From a5516a063cf6bb757f4c785d11e7759a64113a2c Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb <wbx@openadk.org>
Date: Wed, 27 Jan 2016 10:24:10 +0100
Subject: add hackish way to disable doc generation on newer hosts

---
 toolchain/gdb/patches/6.7.1/disable-docs.patch | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 toolchain/gdb/patches/6.7.1/disable-docs.patch

(limited to 'toolchain/gdb/patches')

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)
-- 
cgit v1.2.3