From aa55fcf149d34eb500eb3529f4cf7905bdba0e96 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 16 May 2013 10:21:15 -0400 Subject: [PATCH] Use MS ABI instead of terrible wrappers. This means that we now require gnu-efi 3.0s Signed-off-by: Peter Jones --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ba62f51..a634e30 100644 --- a/Makefile +++ b/Makefile @@ -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)\"