You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
791 B
37 lines
791 B
6 years ago
|
{
|
||
|
"arch": "mips",
|
||
|
"cpu": "mips32r2",
|
||
|
"llvm-target": "mipsel-unknown-none",
|
||
|
"data-layout": "e-m:m-p:32:32-i8:8:32-i16:16:32-i64:64-n32-S64",
|
||
|
"target-endian": "little",
|
||
|
"target-pointer-width": "32",
|
||
|
"target-c-int-width": "32",
|
||
|
"os": "none",
|
||
|
"features": "+mips32r2,+soft-float",
|
||
|
"max-atomic-width": "32",
|
||
|
"linker": "rust-lld",
|
||
|
"linker-flavor": "ld.lld",
|
||
|
"pre-link-args": {
|
||
|
"ld.lld": [
|
||
|
"-Tsrc/arch/mipsel/boot/linker.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
|
||
|
}
|