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

15 lines
442 B
TOML
Raw Normal View History

2021-11-16 00:09:27 -06:00
[build]
2022-03-11 15:14:35 -06:00
# target = "riscv64gc-unknown-none-elf"
target = "json_targets/x86_64-ableos.json"
2021-11-16 00:09:27 -06:00
[unstable]
2021-11-22 08:58:35 -06:00
build-std = ["core", "compiler_builtins", "alloc"]
2021-12-24 03:30:27 -06:00
build-std-features = ["compiler-builtins-mem"]
2021-11-16 00:09:27 -06:00
[target.'cfg(target_arch = "x86_64")']
2022-04-11 15:53:06 -05:00
rustflags = ["-C", "target-feature=+rdrand"]
runner = "bootimage runner"
2021-11-22 10:30:49 -06:00
[target.riscv64gc-unknown-none-elf]
2022-04-12 13:46:50 -05:00
rustflags = "-C link-arg=-Tableos/src/arch/riscv/virt.lds"
# ableos/src/arch/riscv/virt.lds