-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathx86_64-apple-darwin-kext.json
42 lines (42 loc) · 1.17 KB
/
x86_64-apple-darwin-kext.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
{
"abi-return-struct-as-int": true,
"arch": "x86_64",
"archive-format": "bsd",
"code-model": "kernel",
"cpu": "core2",
"data-layout": "e-m:o-i64:64-f80:128-n8:16:32:64-S128",
"dll-suffix": ".dylib",
"dynamic-linking": true,
"disable-redzone": true,
"eliminate-frame-pointer": false,
"emit-debug-gdb-scripts": false,
"env": "kext",
"exe-allocation-crate": "",
"executables": true,
"features": "-mmx,-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-3dnow,-3dnowa,-avx,-avx2,+soft-float",
"function-sections": false,
"has-elf-tls": true,
"has-rpath": true,
"is-like-osx": true,
"linker-flavor": "ld",
"linker": "ld",
"llvm-target": "x86_64-apple-darwin",
"max-atomic-width": 128,
"no-compiler-rt": true,
"no-default-libraries": false,
"os": "none",
"panic-strategy": "abort",
"pre-link-args": {
"ld": [
"-kext",
"-arch", "x86_64",
"-macosx_version_min", "10.13"
]
},
"stack-probes": true,
"target-c-int-width": "32",
"target-endian": "little",
"target-family": "unix",
"target-pointer-width": "64",
"vendor": "apple"
}