mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-06-04 13:06:47 +00:00
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>
This commit is contained in:
parent
5bb3e64ed8
commit
aa55fcf149
2
Makefile
2
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)\"
|
||||
|
Loading…
Reference in New Issue
Block a user