Files
riscv64-kernel/.cargo/config.toml

12 lines
156 B
TOML

[build]
target = "riscv64.json"
[unstable]
json-target-spec = true
[target.riscv64]
rustflags = [
"-C", "link-arg=-Tilm.ld",
"--sysroot", "sysroot"
]