27 lines
601 B
JSON
27 lines
601 B
JSON
{
|
|
"arch": "riscv64",
|
|
"os": "none",
|
|
"abi": "softfloat",
|
|
"cpu": "generic-rv64",
|
|
"llvm-target": "riscv64",
|
|
"data-layout": "e-m:e-p:64:64-i64:64-i128:128-n32:64-S128",
|
|
"max-atomic-width": 64,
|
|
"target-pointer-width": "64",
|
|
"features": "+m,+a,+c",
|
|
|
|
"disable-redzone": true,
|
|
"executables": true,
|
|
"panic-strategy": "abort",
|
|
"dynamic-linking": true,
|
|
"relocation-model": "pic",
|
|
"code-model": "large",
|
|
"eh-frame-header": false,
|
|
|
|
"crt-objects-fallback": "false",
|
|
"emit-debug-gdb-scripts": false,
|
|
"llvm-abiname": "lp64",
|
|
|
|
"linker": "rust-lld",
|
|
"linker-flavor": "ld.lld"
|
|
}
|