summaryrefslogtreecommitdiffstats
path: root/gnu-efi-3.0/apps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-efi-3.0/apps/Makefile')
-rw-r--r--gnu-efi-3.0/apps/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu-efi-3.0/apps/Makefile b/gnu-efi-3.0/apps/Makefile
index bd7e658..91d4172 100644
--- a/gnu-efi-3.0/apps/Makefile
+++ b/gnu-efi-3.0/apps/Makefile
@@ -59,7 +59,9 @@ LOADLIBES += $(shell $(CC) $(ARCH3264) -print-libgcc-file-name)
LOADLIBES += -T $(LDSCRIPT)
ifeq ($(ARCH),aarch64)
-FORMAT := pe-aarch64-little
+FORMAT := pei-aarch64-little
+#FORMAT := efi-app-aarch64
+PE_SUBSYSTEM := efi-app
else
FORMAT = efi-app-$(ARCH)
endif