aboutsummaryrefslogtreecommitdiffstats
path: root/stubdom/binutils.patch
diff options
context:
space:
mode:
Diffstat (limited to 'stubdom/binutils.patch')
-rw-r--r--stubdom/binutils.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/stubdom/binutils.patch b/stubdom/binutils.patch
new file mode 100644
index 0000000000..65f120a377
--- /dev/null
+++ b/stubdom/binutils.patch
@@ -0,0 +1,14 @@
+It looks like binutils has troubles with makeinfo and the doc generation.
+We don't need it anyway
+
+--- binutils-2.18/bfd/Makefile.inorig 2008-01-16 16:17:43.004484000 +0000
++++ binutils-2.18/bfd/Makefile.in 2008-01-16 16:17:50.505526000 +0000
+@@ -271,7 +271,7 @@
+ INCDIR = $(srcdir)/../include
+ CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
+ MKDEP = gcc -MM
+-SUBDIRS = doc po
++SUBDIRS = po
+ bfddocdir = doc
+ bfdlib_LTLIBRARIES = libbfd.la
+ AM_CFLAGS = $(WARN_CFLAGS)