eos0/.cargo/config.toml
2024-12-05 18:04:26 -06:00

16 lines
340 B
TOML

[build]
target = "riscv64gc-unknown-none-elf"
[target.riscv64gc-unknown-none-elf]
rustflags = [
# Turn this on to see the linker args
# "--print", "link-args",
"-C",
"link-arg=--script",
"-C",
"link-arg=src/ld/kernel.ld",
]
[term]
# Turn this on to see detailed information about compile commands
# verbose = true