2021-11-16 00:09:27 -06:00
|
|
|
[build]
|
2022-02-07 03:01:50 -06:00
|
|
|
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-02-04 18:47:05 -06:00
|
|
|
rustflags = ["-C", "target-feature=+rdrnd"]
|
2022-01-26 19:43:03 -06:00
|
|
|
runner = "bootimage runner"
|
2021-11-22 10:30:49 -06:00
|
|
|
|
2021-11-17 08:42:54 -06:00
|
|
|
[target.riscv64gc-unknown-none-elf]
|
|
|
|
rustflags = "-C link-arg=-T../ableos/src/arch/riscv/virt.lds"
|