1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-22 16:16:16 +04:00
rCore/kernel/targets/riscv64.json

36 lines
715 B
JSON
Raw Normal View History

2018-12-17 10:58:16 +04:00
{
"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": "",
"max-atomic-width": "32",
2018-12-19 21:13:42 +04:00
"linker": "rust-lld",
"linker-flavor": "ld.lld",
2018-12-17 10:58:16 +04:00
"pre-link-args": {
2018-12-19 21:13:42 +04:00
"ld.lld": [
"-Tsrc/arch/riscv32/boot/linker64.ld"
2018-12-17 10:58:16 +04:00
]
},
"executables": true,
"panic-strategy": "abort",
"relocation-model": "static",
"abi-blacklist": [
"cdecl",
"stdcall",
"fastcall",
"vectorcall",
"thiscall",
"aapcs",
"win64",
"sysv64",
"ptx-kernel",
"msp430-interrupt",
"x86-interrupt"
]
}