16 lines
340 B
TOML
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
|