-
Notifications
You must be signed in to change notification settings - Fork 0
/
armv7-unknown-none-eabi.json
44 lines (44 loc) · 1.11 KB
/
armv7-unknown-none-eabi.json
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
38
39
40
41
42
43
44
{
"abi-blacklist": [
"stdcall",
"fastcall",
"vectorcall",
"thiscall",
"win64",
"sysv64"
],
"arch": "arm",
"ar": "arm-linux-gnueabi-ar",
"crt-static-default": true,
"crt-static-respected": true,
"data-layout": "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64",
"dynamic-linking": false,
"env": "none",
"exe-allocation-crate": "alloc_system",
"executables": true,
"features": "+v7,-vfp3,-d16,+thumb2,-neon",
"has-elf-tls": true,
"has-rpath": true,
"linker": "arm-linux-gnueabi-gcc",
"linker-flavor": "gcc",
"linker-is-gnu": true,
"llvm-target": "armv7-unknown-linux-gnueabi",
"max-atomic-width": 64,
"no-default-libraries": true,
"os": "none",
"panic-strategy": "abort",
"position-independent-executables": false,
"post-link-args": {
"gcc": ["-lm", "-lgcc_s", "-lgcc"]
},
"pre-link-args": {
"gcc": ["-ffreestanding", "-nodefaultlibs", "-nostdlib"]
},
"relro-level": "full",
"relocation-model": "static",
"target-c-int-width": "32",
"target-endian": "little",
"target-family": "unix",
"target-pointer-width": "32",
"vendor": "unknown"
}