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

15 lines
401 B
TOML
Raw Normal View History

2021-11-16 06:09:27 +00:00
[build]
target = "./json_targets/x86_64-ableos.json"
[unstable]
build-std-features = ["compiler-builtins-mem"]
2021-11-22 10:10:07 +00:00
build-std = ["core","alloc", "compiler_builtins"]
2021-11-16 06:09:27 +00:00
[target.'cfg(target_arch = "x86_64")']
# --quiet suppresses warning messages from the bootimage crate
runner = "bootimage runner --quiet"
2021-11-22 16:30:49 +00:00
[target.riscv64gc-unknown-none-elf]
rustflags = "-C link-arg=-T../ableos/src/arch/riscv/virt.lds"