Files
riscv64-kernel/.cargo/config.toml
2026-03-01 15:41:36 +01:00

14 lines
252 B
TOML

[build]
target = "riscv64.json"
[unstable]
json-target-spec = true
build-std = ["core", "compiler_builtins", "alloc"]
build-std-features = ["compiler-builtins-mem"]
[target.riscv64]
rustflags = [
"-C", "link-arg=-Tilm.ld",
]
runner = "just runner"