7 lines
133 B
7 lines
133 B
4 years ago
|
[build]
|
||
|
target = "riscv64gc-unknown-none-elf"
|
||
|
|
||
|
[target.riscv64gc-unknown-none-elf]
|
||
|
rustflags = [
|
||
|
"-Clink-args=-Tsrc/linker.ld",
|
||
|
]
|