f35f5ff3cd
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>
12 lines
511 B
Diff
12 lines
511 B
Diff
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
|
|
+SUBDIRS = po
|
|
bfddocdir = doc
|
|
libbfd_la_LDFLAGS = $(am__append_1) -release `cat libtool-soversion` \
|
|
@SHARED_LDFLAGS@ $(am__empty)
|