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