diff options
author | Steve McIntyre <steve@einval.com> | 2022-06-23 00:16:56 +0100 |
---|---|---|
committer | Steve McIntyre <steve@einval.com> | 2022-06-23 00:16:56 +0100 |
commit | e6ace38abd705fbe24349152b7c90d473404e86e (patch) | |
tree | 50e7a2d6b00d650fcbee8b0c54f0a0eacefc6929 /gnu-efi/Make.defaults | |
parent | 8529e0f7f70f427a7202815061362eceba6bfc50 (diff) | |
download | efi-boot-shim-upstream/15.6.tar.gz efi-boot-shim-upstream/15.6.zip |
New upstream version 15.6upstream/15.6
Diffstat (limited to 'gnu-efi/Make.defaults')
-rwxr-xr-x | gnu-efi/Make.defaults | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu-efi/Make.defaults b/gnu-efi/Make.defaults index 5ce8f7cb..3b56150d 100755 --- a/gnu-efi/Make.defaults +++ b/gnu-efi/Make.defaults @@ -153,13 +153,11 @@ 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) export HAVE_EFI_OBJCOPY=y endif endif -endif ifeq ($(ARCH),arm) CFLAGS += -marm |