2017-04-11 03:38:17 +08:00
|
|
|
{
|
|
|
|
"abi-blacklist": [
|
|
|
|
"stdcall",
|
|
|
|
"fastcall",
|
|
|
|
"vectorcall",
|
|
|
|
"win64",
|
|
|
|
"sysv64"
|
|
|
|
],
|
|
|
|
"arch": "arm",
|
|
|
|
"data-layout": "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64",
|
|
|
|
"env": "",
|
|
|
|
"executables": true,
|
|
|
|
"linker": "arm-none-eabi-gcc",
|
2017-04-12 00:32:44 +08:00
|
|
|
"linker-flavor": "gcc",
|
2017-04-11 03:38:17 +08:00
|
|
|
"llvm-target": "thumbv7em-none-eabi",
|
|
|
|
"max-atomic-width": 32,
|
|
|
|
"os": "linux",
|
|
|
|
"panic-strategy": "abort",
|
2017-04-12 00:32:44 +08:00
|
|
|
"pre-link-args": {
|
|
|
|
"gcc": ["-nostartfiles"]
|
|
|
|
},
|
2017-04-11 03:38:17 +08:00
|
|
|
"relocation-model": "static",
|
|
|
|
"target-endian": "little",
|
|
|
|
"target-pointer-width": "32",
|
2017-10-03 17:28:49 +08:00
|
|
|
"target-c-int-width": "32",
|
2017-04-11 03:38:17 +08:00
|
|
|
"vendor": ""
|
|
|
|
}
|