14 lines
252 B
TOML
14 lines
252 B
TOML
[build]
|
|
target = "riscv64.json"
|
|
|
|
[unstable]
|
|
json-target-spec = true
|
|
build-std = ["core", "compiler_builtins", "alloc"]
|
|
build-std-features = ["compiler-builtins-mem"]
|
|
|
|
[target.riscv64]
|
|
rustflags = [
|
|
"-C", "link-arg=-Tilm.ld",
|
|
]
|
|
runner = "just runner"
|