forked from M-Labs/zynq-rs
29 lines
658 B
JSON
29 lines
658 B
JSON
{
|
|
"abi-blacklist": [
|
|
"stdcall",
|
|
"fastcall",
|
|
"vectorcall",
|
|
"thiscall",
|
|
"win64",
|
|
"sysv64"
|
|
],
|
|
"arch": "arm",
|
|
"data-layout": "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64",
|
|
"emit-debug-gdb-scripts": false,
|
|
"env": "",
|
|
"executables": true,
|
|
"features": "+v7,+vfp3,-d32,+thumb2,-neon",
|
|
"is-builtin": false,
|
|
"linker": "rust-lld",
|
|
"linker-flavor": "ld.lld",
|
|
"llvm-target": "armv7-unknown-none-eabihf",
|
|
"max-atomic-width": 32,
|
|
"os": "none",
|
|
"panic-strategy": "abort",
|
|
"relocation-model": "static",
|
|
"target-c-int-width": "32",
|
|
"target-endian": "little",
|
|
"target-pointer-width": "32",
|
|
"vendor": ""
|
|
}
|