From 56b399a7d79a36304a93adab67220ae2af1b93a9 Mon Sep 17 00:00:00 2001 From: Nick Shipp Date: Mon, 1 Oct 2018 21:41:35 -0400 Subject: Switch to uefi-rs --- bunny/x86_64-pc-uefi.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bunny/x86_64-pc-uefi.json (limited to 'bunny/x86_64-pc-uefi.json') 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 +} -- cgit v1.2.3-54-g00ecf