1
0
Fork 0
forked from AbleOS/ableos
ableos_time/ableos/.cargo/config.toml

14 lines
331 B
TOML
Raw Normal View History

2021-11-16 06:09:27 +00:00
[build]
target = "./json_targets/x86_64-ableos.json"
[unstable]
2021-11-22 14:58:35 +00:00
build-std = ["core", "compiler_builtins", "alloc"]
2021-12-24 09:30:27 +00:00
build-std-features = ["compiler-builtins-mem"]
2021-11-16 06:09:27 +00:00
[target.'cfg(target_arch = "x86_64")']
runner = "bootimage runner"
2021-11-22 16:30:49 +00:00
[target.riscv64gc-unknown-none-elf]
rustflags = "-C link-arg=-T../ableos/src/arch/riscv/virt.lds"