1
0
Fork 0
forked from koniifer/ableos
ableos-framebuffer/ableos/.cargo/config.toml

16 lines
443 B
TOML
Raw Normal View History

2021-11-16 00:09:27 -06:00
[build]
2022-07-13 20:59:02 -05: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"
2022-06-22 13:59:24 -05:00
# ableos/src/arch/riscv/virt.lds