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

14 lines
367 B
TOML
Raw Normal View History

2021-11-16 06:09:27 +00:00
[build]
2022-02-18 16:04:10 +00:00
target = "riscv64gc-unknown-none-elf"
2021-11-16 06:09:27 +00:00
[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")']
2022-02-05 00:47:05 +00:00
rustflags = ["-C", "target-feature=+rdrnd"]
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"