compiler-builtins-zynq/targets/thumbv7em-none-eabihf.json

12 lines
309 B
JSON
Raw Normal View History

2016-09-22 19:15:05 +08:00
{
"arch": "arm",
"data-layout": "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64",
"executables": true,
2016-09-22 19:15:05 +08:00
"features": "+vfp4",
"llvm-target": "thumbv7em-none-eabihf",
"os": "none",
"pre-link-args": ["-nostartfiles"],
2016-09-22 19:15:05 +08:00
"target-endian": "little",
"target-pointer-width": "32"
}