diff options
| author | Peter Jones <pjones@redhat.com> | 2013-05-16 10:09:46 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2013-05-16 10:21:15 -0400 |
| commit | 25d6c434dfcbcf03513589df18d79c272422367d (patch) | |
| tree | 01ad3808bc593f4c2d92d4538b63fbc771f3d9dc | |
| parent | 1da87c0073ace1cc69276de71efec23f2ccb85a7 (diff) | |
| download | efi-boot-shim-25d6c434dfcbcf03513589df18d79c272422367d.tar.gz efi-boot-shim-25d6c434dfcbcf03513589df18d79c272422367d.zip | |
Use MS ABI instead of terrible wrappers.
This means that we now require gnu-efi 3.0s
Signed-off-by: Peter Jones <pjones@redhat.com>
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ CFLAGS = -ggdb -O0 -fno-stack-protector -fno-strict-aliasing -fpic -fshort-wcha -Wall -mno-red-zone \ $(EFI_INCLUDES) ifeq ($(ARCH),x86_64) - CFLAGS += -DEFI_FUNCTION_WRAPPER + CFLAGS += -DEFI_FUNCTION_WRAPPER -DGNU_EFI_USE_MS_ABI endif ifneq ($(origin VENDOR_CERT_FILE), undefined) CFLAGS += -DVENDOR_CERT_FILE=\"$(VENDOR_CERT_FILE)\" |
