summaryrefslogtreecommitdiff
path: root/toolchain/gdb/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-01-27 10:24:10 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-01-27 10:24:10 +0100
commita5516a063cf6bb757f4c785d11e7759a64113a2c (patch)
treeaf657459c8f86140eebeb81aab480f737ef351ea /toolchain/gdb/patches
parent05dfdb01b1da66b1314ae7cbd796d1d7f3906cef (diff)
add hackish way to disable doc generation on newer hosts
Diffstat (limited to 'toolchain/gdb/patches')
-rw-r--r--toolchain/gdb/patches/6.7.1/disable-docs.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/toolchain/gdb/patches/6.7.1/disable-docs.patch b/toolchain/gdb/patches/6.7.1/disable-docs.patch
new file mode 100644
index 000000000..eb43a3889
--- /dev/null
+++ b/toolchain/gdb/patches/6.7.1/disable-docs.patch
@@ -0,0 +1,12 @@
+diff -Nur gdb-6.7.1-avr32-2.1.5.orig/bfd/Makefile.in gdb-6.7.1-avr32-2.1.5/bfd/Makefile.in
+--- gdb-6.7.1-avr32-2.1.5.orig/bfd/Makefile.in 2008-07-03 23:21:49.000000000 +0200
++++ gdb-6.7.1-avr32-2.1.5/bfd/Makefile.in 2016-01-27 09:53:43.616726680 +0100
+@@ -274,7 +274,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)