forked from M-Labs/artiq
18 lines
435 B
JSON
18 lines
435 B
JSON
{
|
|
"arch": "riscv32",
|
|
"cpu": "generic-rv32",
|
|
"data-layout": "e-m:e-p:32:32-i64:64-n32-S128",
|
|
"eh-frame-header": false,
|
|
"emit-debug-gdb-scripts": false,
|
|
"executables": true,
|
|
"features": "+m,+a,-c",
|
|
"is-builtin": false,
|
|
"linker": "rust-lld",
|
|
"linker-flavor": "ld.lld",
|
|
"llvm-target": "riscv32",
|
|
"max-atomic-width": 32,
|
|
"panic-strategy": "unwind",
|
|
"relocation-model": "static",
|
|
"target-pointer-width": "32"
|
|
}
|