28 lines
665 B
JSON
28 lines
665 B
JSON
{
|
|
"llvm-target": "arm-none-eabihf",
|
|
"target-endian": "little",
|
|
"target-pointer-width": "32",
|
|
"target-c-int-width": "32",
|
|
"os": "none",
|
|
"env": "eabi",
|
|
"vendor": "unknown",
|
|
"arch": "arm",
|
|
"panic-strategy": "abort",
|
|
"llvm-floatabi": "hard",
|
|
"disable-redzone": true,
|
|
"linker-flavor": "gcc",
|
|
"linker": "arm-none-eabi-gcc",
|
|
"pre-link-args": {
|
|
"gcc": [
|
|
"-Wall",
|
|
"-nostdlib",
|
|
"-nostartfiles",
|
|
"-ffreestanding",
|
|
"-march=armv6"
|
|
]
|
|
},
|
|
"features": "+strict-align,+v6,+vfp2,-d32",
|
|
"data-layout": "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64",
|
|
"executables": true,
|
|
"relocation-model": "static"
|
|
}
|