mirror of
https://github.com/italicsjenga/gba.git
synced 2024-12-24 03:11:29 +11:00
34 lines
729 B
JSON
34 lines
729 B
JSON
|
{
|
||
|
"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,
|
||
|
"llvm-target": "thumbv4-none-agb",
|
||
|
"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": ""
|
||
|
}
|