1{
2  "abi-blacklist": [
3    "stdcall",
4    "fastcall",
5    "vectorcall",
6    "thiscall",
7    "win64",
8    "sysv64"
9  ],
10  "arch": "arm",
11  "data-layout": "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64",
12  "dynamic-linking": false,
13  "env": "trustzone",
14  "executables": true,
15  "features": "+strict-align,+v6,+vfp2",
16  "has-rpath": true,
17  "linker-flavor": "ld",
18  "linker-is-gnu": true,
19  "llvm-target": "arm-unknown-linux-gnueabihf",
20  "max-atomic-width": 64,
21  "os": "optee",
22  "position-independent-executables": true,
23  "relro-level": "full",
24  "target-c-int-width": "32",
25  "target-endian": "little",
26  "target-pointer-width": "32",
27  "vendor": "unknown",
28  "panic-strategy": "abort"
29}
30