diff options
author | Iru Cai <mytbk920423@gmail.com> | 2017-07-28 21:40:34 +0800 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-10-16 13:57:37 +0000 |
commit | 776b5ba017dfbe2df363381b7c58aad12518c805 (patch) | |
tree | 666e88fbfc0eba6d34c5e132041082f5e1314b59 /util/crossgcc/patches/binutils-2.29.1_no-bfd-doc.patch | |
parent | 4cde9a752aca6aa75c6e028d301b276a53c2a472 (diff) |
buildgcc: Update binutils to 2.29.1
Also change the tarball from .tar.bz2 to .tar.xz.
Change-Id: I25134dbadf07a2f0cb356c8ac8f2c612a957d176
Signed-off-by: Iru Cai <mytbk920423@gmail.com>
Reviewed-on: https://review.coreboot.org/20806
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'util/crossgcc/patches/binutils-2.29.1_no-bfd-doc.patch')
-rw-r--r-- | util/crossgcc/patches/binutils-2.29.1_no-bfd-doc.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/util/crossgcc/patches/binutils-2.29.1_no-bfd-doc.patch b/util/crossgcc/patches/binutils-2.29.1_no-bfd-doc.patch new file mode 100644 index 0000000000..607d479313 --- /dev/null +++ b/util/crossgcc/patches/binutils-2.29.1_no-bfd-doc.patch @@ -0,0 +1,12 @@ +diff -ur binutils-2.26.1/bfd/Makefile.in binutils-2.26.1.patched/bfd/Makefile.in +--- binutils-2.26.1/bfd/Makefile.in 2015-11-13 16:27:40.000000000 +0800 ++++ binutils-2.27/bfd/Makefile.in 2016-04-02 11:05:43.398422394 +0800 +@@ -341,7 +341,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) |