2018-11-08 15:21:17 +11:00
|
|
|
{
|
|
|
|
"abi-blacklist": [
|
|
|
|
"stdcall",
|
|
|
|
"fastcall",
|
|
|
|
"vectorcall",
|
|
|
|
"thiscall",
|
|
|
|
"win64",
|
|
|
|
"sysv64"
|
|
|
|
],
|
|
|
|
"arch": "arm",
|
|
|
|
"atomic-cas": false,
|
|
|
|
"cpu": "arm7tdmi",
|
|
|
|
"data-layout": "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64",
|
|
|
|
"emit-debug-gdb-scripts": false,
|
|
|
|
"env": "",
|
|
|
|
"executables": true,
|
|
|
|
"features": "+soft-float,+strict-align",
|
|
|
|
"linker": "arm-none-eabi-ld",
|
|
|
|
"linker-flavor": "ld",
|
|
|
|
"linker-is-gnu": true,
|
2018-11-11 17:39:26 +11:00
|
|
|
"llvm-target": "thumbv4-none-agb",
|
2018-11-08 15:21:17 +11:00
|
|
|
"os": "none",
|
|
|
|
"panic-strategy": "abort",
|
|
|
|
"pre-link-args": {
|
|
|
|
"ld": [
|
|
|
|
"-Tlinker.ld"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"relocation-model": "static",
|
|
|
|
"target-c-int-width": "32",
|
|
|
|
"target-endian": "little",
|
|
|
|
"target-pointer-width": "32",
|
|
|
|
"vendor": ""
|
|
|
|
}
|