We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875a555 commit fc6ae9fCopy full SHA for fc6ae9f
1 file changed
Makefile
@@ -65,8 +65,7 @@ ifeq ($(ARCH),ia32)
65
endif
66
67
ifeq ($(ARCH),aarch64)
68
- FORMAT = -O binary
69
- CCLDFLAGS += -Wl,--defsym=EFI_SUBSYSTEM=0xa
+ FORMAT = --target efi-app-$(ARCH)
70
BUILDFLAGS += -ffreestanding -I$(shell $(CC) -print-file-name=include)
71
72
0 commit comments