-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaarch64-unknown-uefi.json
45 lines (45 loc) · 1.07 KB
/
aarch64-unknown-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
45
{
"abi-return-struct-as-int": true,
"allows-weak-linkage": false,
"arch": "aarch64",
"features" : "+strict-align,-neon,-fp-armv8,+v8.1a",
"relocation-model": "pie",
"data-layout": "e-m:w-p:64:64-i32:32-i64:64-i128:128-n32:64-S128",
"debuginfo-kind": "pdb",
"disable-redzone": true,
"emit-debug-gdb-scripts": false,
"exe-suffix": ".efi",
"is-builtin": false,
"is-like-msvc": false,
"is-like-windows": true,
"linker": "rust-lld",
"linker-flavor": "lld-link",
"linker-is-gnu": false,
"lld-flavor": "link",
"llvm-target": "aarch64-unknown-windows",
"max-atomic-width": 128,
"os": "uefi",
"panic-strategy": "abort",
"pre-link-args": {
"lld-link": [
"/NOLOGO",
"/map:barekit.map",
"/entry:entry",
"/subsystem:efi_application",
"/machine:arm64",
"/filealign:4096",
"/base:0",
"/stack:8192",
"/heap:4096"
]
},
"singlethread": true,
"split-debuginfo": "packed",
"stack-probes": {
"kind": "call"
},
"supported-split-debuginfo": [
"packed"
],
"target-pointer-width": "64"
}