Bläddra i källkod

Make.defaults: Enable objcopy on aarch64

Signed-off-by: Callum Farmer <gmbr3@opensuse.org>
Callum Farmer 2 år sedan
förälder
incheckning
a90c2f16fa
1 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0 2
      Make.defaults

+ 0 - 2
Make.defaults

@@ -139,7 +139,6 @@ endif
 # Set HAVE_EFI_OBJCOPY if objcopy understands --target efi-[app|bsdrv|rtdrv],
 # otherwise we need to compose the PE/COFF header using the assembler
 #
-ifneq ($(ARCH),aarch64)
 ifneq ($(ARCH),arm)
 ifneq ($(ARCH),mips64el)
 ifneq ($(ARCH),riscv64)
@@ -147,7 +146,6 @@ export HAVE_EFI_OBJCOPY=y
 endif
 endif
 endif
-endif
 
 ifneq ($(ARCH),arm)
 export LIBGCC=$(shell $(CC) $(ARCH3264) -print-libgcc-file-name)