blob: 4bd174214b663657b2720f1a5d6456041f160fea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|