ableos/ableos/.cargo/config.toml

16 lines
443 B
TOML
Raw Normal View History

2021-11-16 06:09:27 +00:00
[build]
2022-07-14 01:59:02 +00:00
# target = "riscv64gc-unknown-none-elf"
target = "json_targets/x86_64-ableos.json"
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-04-11 20:53:06 +00:00
rustflags = ["-C", "target-feature=+rdrand"]
runner = "bootimage runner"
2021-11-22 16:30:49 +00:00
[target.riscv64gc-unknown-none-elf]
2022-04-12 18:46:50 +00:00
rustflags = "-C link-arg=-Tableos/src/arch/riscv/virt.lds"
2022-06-22 18:59:24 +00:00
# ableos/src/arch/riscv/virt.lds