浏览代码

Make.defaults: Enable objcopy on aarch64

Signed-off-by: Callum Farmer <gmbr3@opensuse.org>
Callum Farmer 2 年之前
父节点
当前提交
a90c2f16fa
共有 1 个文件被更改,包括 0 次插入2 次删除
  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],
 # Set HAVE_EFI_OBJCOPY if objcopy understands --target efi-[app|bsdrv|rtdrv],
 # otherwise we need to compose the PE/COFF header using the assembler
 # otherwise we need to compose the PE/COFF header using the assembler
 #
 #
-ifneq ($(ARCH),aarch64)
 ifneq ($(ARCH),arm)
 ifneq ($(ARCH),arm)
 ifneq ($(ARCH),mips64el)
 ifneq ($(ARCH),mips64el)
 ifneq ($(ARCH),riscv64)
 ifneq ($(ARCH),riscv64)
@@ -147,7 +146,6 @@ export HAVE_EFI_OBJCOPY=y
 endif
 endif
 endif
 endif
 endif
 endif
-endif
 
 
 ifneq ($(ARCH),arm)
 ifneq ($(ARCH),arm)
 export LIBGCC=$(shell $(CC) $(ARCH3264) -print-libgcc-file-name)
 export LIBGCC=$(shell $(CC) $(ARCH3264) -print-libgcc-file-name)