• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "family": "unix",
3  "env": "newlib",
4  "target-env": "newlib",
5  "target-family": "unix",
6  "target-c-int-width": "32",
7  "target-endian": "little",
8  "target-pointer-width": "64",
9  "os": "horizon",
10  "arch": "aarch64",
11  "panic-strategy": "unwind",
12  "abi-blacklist": [
13      "stdcall",
14      "fastcall",
15      "vectorcall",
16      "thiscall",
17      "win64",
18      "sysv64"
19  ],
20  "dynamic-linking" : false,
21  "features": "+a53,+strict-align",
22  "data-layout": "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128",
23  "executables": true,
24  "position-independent-executables" : true,
25  "linker-flavor": "gcc",
26  "llvm-target": "aarch64-unknown-none",
27  "has-elf-tls" : false,
28  "linker-is-gnu" : true,
29  "disable-redzone" : true,
30  "relocation-model" : "pic",
31  "max-atomic-width": 128,
32  "exe-suffix": ".elf",
33  "staticlib-suffix" : ".a",
34  "trap-unreachable" : true,
35  "emit-debug-gdb-scripts" : true,
36  "requires-uwtable" : true
37}