13 lines
197 B
TOML
13 lines
197 B
TOML
[build]
|
|
target = "riscv64.json"
|
|
|
|
[unstable]
|
|
json-target-spec = true
|
|
# build-std = []
|
|
# build-std-features = ["compiler-builtins-mem"]
|
|
|
|
[target.riscv64]
|
|
rustflags = [
|
|
"-C", "link-arg=-Tilm.ld",
|
|
]
|