Skip to content

Commit fc6ae9f

Browse files
committed
Modernize aarch64 support.
Signed-off-by: Peter Jones <pjones@redhat.com>
1 parent 875a555 commit fc6ae9f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ ifeq ($(ARCH),ia32)
6565
endif
6666

6767
ifeq ($(ARCH),aarch64)
68-
FORMAT = -O binary
69-
CCLDFLAGS += -Wl,--defsym=EFI_SUBSYSTEM=0xa
68+
FORMAT = --target efi-app-$(ARCH)
7069
BUILDFLAGS += -ffreestanding -I$(shell $(CC) -print-file-name=include)
7170
endif
7271

0 commit comments

Comments
 (0)