summaryrefslogtreecommitdiffstats
path: root/gnu-efi/gnu-efi-3.0.19-fix-binutils-2.46.patch
diff options
context:
space:
mode:
authorzorz <zorz@krypt.sh>2026-05-05 18:29:35 +0300
committerzorz <zorz@krypt.sh>2026-05-05 18:29:35 +0300
commit3ee93968e10126adc7dad5c8872f0170c3421e13 (patch)
treebcac8daa62b6c9a94a48dae87f5d3f6de1985bba /gnu-efi/gnu-efi-3.0.19-fix-binutils-2.46.patch
parent936433a5deb6ccc8f8476096f2c2b8dc72c33388 (diff)
downloadzorz-3ee93968e10126adc7dad5c8872f0170c3421e13.tar.gz
zorz-3ee93968e10126adc7dad5c8872f0170c3421e13.tar.xz
various obsolette
Diffstat (limited to 'gnu-efi/gnu-efi-3.0.19-fix-binutils-2.46.patch')
-rw-r--r--gnu-efi/gnu-efi-3.0.19-fix-binutils-2.46.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/gnu-efi/gnu-efi-3.0.19-fix-binutils-2.46.patch b/gnu-efi/gnu-efi-3.0.19-fix-binutils-2.46.patch
new file mode 100644
index 0000000..3499371
--- /dev/null
+++ b/gnu-efi/gnu-efi-3.0.19-fix-binutils-2.46.patch
@@ -0,0 +1,19 @@
1Backport the fix from gnu-efi 4.0.4 to build with binutils-2.46.
2
3https://bugs.gentoo.org/970040
4
5--- a/apps/Makefile
6+++ b/apps/Makefile
7@@ -66,9 +66,9 @@
8
9 ifneq ($(HAVE_EFI_OBJCOPY),)
10
11-FORMAT := --target efi-app-$(ARCH)
12-$(TARGET_BSDRIVERS): FORMAT=--target efi-bsdrv-$(ARCH)
13-$(TARGET_RTDRIVERS): FORMAT=--target efi-rtdrv-$(ARCH)
14+FORMAT := -O efi-app-$(ARCH)
15+$(TARGET_BSDRIVERS): FORMAT=-O efi-bsdrv-$(ARCH)
16+$(TARGET_RTDRIVERS): FORMAT=-O efi-rtdrv-$(ARCH)
17
18 else
19