eos0/.cargo/config.toml

17 lines
340 B
TOML
Raw Normal View History

2024-12-05 18:23:16 +00:00
[build]
target = "riscv64gc-unknown-none-elf"
[target.riscv64gc-unknown-none-elf]
2024-12-05 22:58:05 +00:00
rustflags = [
2024-12-06 00:04:26 +00:00
# Turn this on to see the linker args
# "--print", "link-args",
2024-12-05 22:58:05 +00:00
"-C",
"link-arg=--script",
"-C",
"link-arg=src/ld/kernel.ld",
]
2024-12-05 18:23:16 +00:00
[term]
2024-12-06 00:04:26 +00:00
# Turn this on to see detailed information about compile commands
# verbose = true