mirror of
https://github.com/rcore-os/rCore.git
synced 2024-11-22 08:06:17 +04:00
37 lines
757 B
JSON
37 lines
757 B
JSON
{
|
|
"llvm-target": "riscv64",
|
|
"data-layout": "e-m:e-p:64:64-i64:64-n64-S128",
|
|
"target-endian": "little",
|
|
"target-pointer-width": "64",
|
|
"target-c-int-width": "32",
|
|
"os": "none",
|
|
"arch": "riscv64",
|
|
"cpu": "generic-rv64",
|
|
"features": "+m,+a,+c",
|
|
"max-atomic-width": "64",
|
|
"linker": "rust-lld",
|
|
"linker-flavor": "ld.lld",
|
|
"pre-link-args": {
|
|
"ld.lld": [
|
|
"-Tsrc/arch/riscv/boot/linker64.ld"
|
|
]
|
|
},
|
|
"executables": true,
|
|
"panic-strategy": "abort",
|
|
"relocation-model": "static",
|
|
"abi-blacklist": [
|
|
"cdecl",
|
|
"stdcall",
|
|
"fastcall",
|
|
"vectorcall",
|
|
"thiscall",
|
|
"aapcs",
|
|
"win64",
|
|
"sysv64",
|
|
"ptx-kernel",
|
|
"msp430-interrupt",
|
|
"x86-interrupt"
|
|
],
|
|
"eliminate-frame-pointer": false
|
|
}
|