Files
gentoo/app-crypt/efitools/files/1.9.2-fix-binutils-2.46.patch
Viorel Munteanu e7dab8d85c app-crypt/efitools: fix building with binutils 2.46
The patch is trivial, apply direct to stable.

Closes: https://bugs.gentoo.org/970039
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2026-02-14 11:04:50 +02:00

14 lines
451 B
Diff

https://bugs.gentoo.org/970040
--- a/Make.rules
+++ b/Make.rules
@@ -25,7 +25,7 @@
LDSCRIPT = elf_$(ARCH)_efi.lds
LIBS += -nostdlib -shared -Bsymbolic $(CRTOBJS) -L $(CRTPATH) -T $(LDSCRIPT)
LOADLIBES = -lefi -lgnuefi $(shell $(CC) $(ARCH3264) -print-libgcc-file-name)
-FORMAT = --target=efi-app-$(ARCH)
+FORMAT = --output-target=efi-app-$(ARCH)
MYGUID = 11111111-2222-3333-4444-123456789abc
INSTALL = install
BINDIR = $(DESTDIR)/usr/bin