11 lines
131 B
TOML
11 lines
131 B
TOML
[build]
|
|
target = "riscv64.json"
|
|
|
|
[unstable]
|
|
json-target-spec = true
|
|
|
|
[target.riscv64]
|
|
rustflags = [
|
|
"-C", "link-arg=-Tilm.ld",
|
|
]
|