forked from BurntSushi/ripgrep
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathx86_64-unknown-linux-cosmo.json
54 lines (54 loc) · 1.24 KB
/
x86_64-unknown-linux-cosmo.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
47
48
49
50
51
52
53
54
{
"llvm-target": "x86_64-unknown-linux-musl",
"target-pointer-width": "64",
"arch": "x86_64",
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128",
"cpu": "x86-64",
"os":"linux",
"env": "musl",
"panic-strategy":"abort",
"requires-uwtable":false,
"dynamic-linking": false,
"executables": true,
"exe-suffix": ".com.dbg",
"emit-debug-gdb-scripts":false,
"crt-static-default": true,
"crt-static-respected": false,
"linker-is-gnu":true,
"allows-weak-linkage":true,
"has-rpath": false,
"has-thread-local": false,
"is-builtin": false,
"trap-unreachable":true,
"position-independent-executables": false,
"static-position-independent-executables": false,
"relocation-model": "static",
"disable-redzone":true,
"frame-pointer":"always",
"requires-lto":false,
"eh-frame-header":false,
"no-default-libraries":true,
"max-atomic-width":64,
"linker-flavor":"gcc",
"linker": "./gcc-linker-wrapper.bash",
"late-link-args": {
"gcc": []
},
"pre-link-args": {
"gcc": [
"-static",
"-pg",
"-mnop-mcount"
]
},
"post-link-args": {
"gcc": [
]
},
"stack-probes": {
"kind": "none"
},
"target-family": [
"unix"
]
}