aboutsummaryrefslogtreecommitdiff
path: root/bunny/x86_64-pc-uefi.json
diff options
context:
space:
mode:
Diffstat (limited to 'bunny/x86_64-pc-uefi.json')
-rw-r--r--bunny/x86_64-pc-uefi.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/bunny/x86_64-pc-uefi.json b/bunny/x86_64-pc-uefi.json
new file mode 100644
index 0000000..ae455de
--- /dev/null
+++ b/bunny/x86_64-pc-uefi.json
@@ -0,0 +1,22 @@
+{
+ "llvm-target": "x86_64-pc-windows-msvc",
+ "target-endian": "little",
+ "target-pointer-width": "64",
+ "target-c-int-width": "32",
+ "os": "none",
+ "arch": "x86_64",
+ "data-layout": "e-m:e-i64:64-f80:128-n8:16:32:64-S128",
+ "executables": true,
+ "disable-redzone": true,
+ "panic-strategy": "abort",
+ "linker-flavor": "lld-link",
+ "pre-link-args": {
+ "lld-link": [
+ "/SUBSYSTEM:EFI_Application",
+ "/ENTRY:efi_main"
+ ]
+ },
+ "exe-suffix": ".efi",
+ "position-independent-executables": "true",
+ "emit-debug-gdb-scripts": false
+}