aboutsummaryrefslogtreecommitdiff
path: root/util/crossgcc/patches/binutils-2.35_no-bfd-doc.patch
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-02-01 14:56:45 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-08-17 07:05:11 +0000
commita15a7a5c13b1b51215dbe42fb5c8304fc2fee834 (patch)
tree4a6f8f777bb537d4bbf164ccf0f473d5918451f4 /util/crossgcc/patches/binutils-2.35_no-bfd-doc.patch
parent150c43833490a158be8545489f3b37344a5ece15 (diff)
crossgcc: Upgrade binutils to version 2.35
Using "MAKEINFO = @MAKEINFO@", it fails to compile, so binutils-2.35_no-makeinfo.patch will change that to "MAKEINFO = true" Change-Id: I0ad01e5da34c96fee6a9b1a63897a9fb28471c75 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38666 Reviewed-by: Christian Walter <christian.walter@9elements.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/crossgcc/patches/binutils-2.35_no-bfd-doc.patch')
-rw-r--r--util/crossgcc/patches/binutils-2.35_no-bfd-doc.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/util/crossgcc/patches/binutils-2.35_no-bfd-doc.patch b/util/crossgcc/patches/binutils-2.35_no-bfd-doc.patch
new file mode 100644
index 0000000000..7e4bb3f5fd
--- /dev/null
+++ b/util/crossgcc/patches/binutils-2.35_no-bfd-doc.patch
@@ -0,0 +1,12 @@
+diff -ur binutils-2.32/bfd/Makefile.in binutils-2.32.patched/bfd/Makefile.in
+--- binutils-2.32/bfd/Makefile.in
++++ binutils-2.32.patched/bfd/Makefile.in
+@@ -459,7 +459,7 @@
+ ACLOCAL_AMFLAGS = -I . -I .. -I ../config
+ INCDIR = $(srcdir)/../include
+ CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
+-SUBDIRS = doc po
++SUBDIRS = po
+ bfddocdir = doc
+ libbfd_la_LDFLAGS = $(am__append_1) -release `cat libtool-soversion` \
+ @SHARED_LDFLAGS@ $(am__empty)