forked from AbleOS/ableos
16 lines
413 B
JSON
16 lines
413 B
JSON
{
|
|
"llvm-target": "arm-none-eabihf",
|
|
"target-endian": "little",
|
|
"target-pointer-width": "32",
|
|
"target-c-int-width": "32",
|
|
"os": "ableos",
|
|
"env": "eabi",
|
|
"vendor": "unknown",
|
|
"arch": "arm",
|
|
"linker-flavor": "gcc",
|
|
"linker": "arm-none-eabi-gcc",
|
|
"data-layout": "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64",
|
|
"executables": true,
|
|
"relocation-model": "static"
|
|
}
|