-
Notifications
You must be signed in to change notification settings - Fork 0
/
armv7-unknown-deos-eabihf.json
46 lines (46 loc) · 1.19 KB
/
armv7-unknown-deos-eabihf.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
45
46
{
"abi": "eabihf",
"arch": "arm",
"crt-objects-fallback": "false",
"crt-static-respected": true,
"data-layout": "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64",
"dynamic-linking": true,
"env": "gnu",
"features": "+v7,+vfp3,-d32,+thumb2,-neon",
"has-rpath": true,
"has-thread-local": true,
"linker": "link_deos",
"linker-flavor": "gnu",
"pre-link-args": {
"ld": [
"/usr/local/cross-compilers/gcc-11.2.0", "arm", "exe", "-rpath-link", "/desk/arm/appbin", "-Ttext-segment=0x04000000"
]
},
"post-link-objects": {
"dynamic-pic-exe": [ "-lkernel", "-lvideo", "-lvfile", "-lansi" ],
"static-pic-exe": [ "-lkernel", "-lvideo", "-lvfile", "-lansi" ]
},
"allows-weak-linkage": false,
"exe-suffix": ".exe",
"llvm-target": "armv7-unknown-linux-gnueabihf",
"max-atomic-width": 64,
"metadata": {
"description": null,
"host_tools": null,
"std": null,
"tier": null
},
"os": "deos",
"position-independent-executables": true,
"relro-level": "full",
"supported-split-debuginfo": [
"packed",
"unpacked",
"off"
],
"target-family": [
"unix"
],
"target-mcount": "\u0001__gnu_mcount_nc",
"target-pointer-width": "32"
}