Files
riscv64-kernel/.cargo/config.toml

11 lines
131 B
TOML

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