diff options
author | zbao <fishbaozi@gmail.com> | 2015-09-15 03:28:29 -0400 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-10-05 17:22:41 +0000 |
commit | f35f5ff3cd86b247a1e8ff1df8d071a3a4556079 (patch) | |
tree | a08304f66624de030b2348954d4d04ffebeaecb3 | |
parent | 05d39ffbf40281cced09b3431d16243b0c4ad279 (diff) |
buildgcc: Fix the binutils-no-doc patch with 2.25
The binutils-2.25 has added some new line, making the hunk
move downward a little. The utility patch can fix the offset
with "fuzz" message. So, recreate the patch to avoid that
message.
Change-Id: Ie659a8faf923465f6d47f7c0c0bf903c5eb903ab
Signed-off-by: Zheng Bao <zheng.bao@amd.com>
Signed-off-by: Zheng Bao <fishbaozi@gmail.com>
Reviewed-on: http://review.coreboot.org/11639
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
-rw-r--r-- | util/crossgcc/patches/binutils-2.25_no-bfd-doc.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/util/crossgcc/patches/binutils-2.25_no-bfd-doc.patch b/util/crossgcc/patches/binutils-2.25_no-bfd-doc.patch index 317c2b44c4..5ad70da7d3 100644 --- a/util/crossgcc/patches/binutils-2.25_no-bfd-doc.patch +++ b/util/crossgcc/patches/binutils-2.25_no-bfd-doc.patch @@ -1,8 +1,8 @@ -diff -ur binutils-2.23.2/bfd/Makefile.in binutils-2.23.2.patched/bfd/Makefile.in ---- binutils-2.23.2/bfd/Makefile.in 2012-10-22 14:33:51.000000000 +0200 -+++ binutils-2.25/bfd/Makefile.in 2012-10-24 15:33:04.442080163 +0200 -@@ -323,7 +323,7 @@ - RELEASE = y +diff -ur binutils-2.25/bfd/Makefile.in binutils-2.25.patched/bfd/Makefile.in +--- binutils-2.25/bfd/Makefile.in 2015-09-15 06:25:42.000000000 -0700 ++++ binutils-2.25.patched/bfd/Makefile.in 2015-09-15 05:51:01.000000000 -0700 +@@ -339,7 +339,7 @@ + ACLOCAL_AMFLAGS = -I . -I .. -I ../config INCDIR = $(srcdir)/../include CSEARCH = -I. -I$(srcdir) -I$(INCDIR) -SUBDIRS = doc po |