-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathx86_64-boss-uefi.json
44 lines (44 loc) · 1.08 KB
/
x86_64-boss-uefi.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-return-struct-as-int": true,
"allows-weak-linkage": false,
"arch": "x86_64",
"cpu": "x86-64",
"crt-objects-fallback": "false",
"data-layout": "e-m:w-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128",
"debuginfo-kind": "pdb",
"disable-redzone": true,
"dll-tls-export": false,
"emit-debug-gdb-scripts": false,
"entry-abi": "X86_64Win64",
"entry-name": "efi_main",
"exe-suffix": ".efi",
"features": "-mmx,-sse,+soft-float",
"is-like-msvc": false,
"is-like-windows": true,
"linker": "rust-lld",
"linker-flavor": "msvc-lld",
"linker-is-gnu": false,
"lld-flavor": "link",
"llvm-target": "x86_64-unknown-windows",
"max-atomic-width": 64,
"os": "uefi",
"panic-strategy": "abort",
"plt-by-default": false,
"pre-link-args": {
"msvc-lld": [
"/NOLOGO",
"/entry:efi_main",
"/subsystem:efi_application",
"/debug:dwarf"
]
},
"singlethread": true,
"split-debuginfo": "packed",
"stack-probes": {
"kind": "call"
},
"supported-split-debuginfo": [
"packed"
],
"target-pointer-width": "64"
}