diff options
Diffstat (limited to 'cross/nios2-binutils/patches/patch-ae')
-rw-r--r-- | cross/nios2-binutils/patches/patch-ae | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/cross/nios2-binutils/patches/patch-ae b/cross/nios2-binutils/patches/patch-ae new file mode 100644 index 00000000000..7fb2c5ab6e3 --- /dev/null +++ b/cross/nios2-binutils/patches/patch-ae @@ -0,0 +1,15 @@ +$NetBSD: patch-ae,v 1.1 2014/06/15 23:43:14 mef Exp $ + +Avoid installing info (which duplicates with other CPU) + +--- binutils/doc/Makefile.in.orig 2008-08-15 10:31:47 +0200 ++++ binutils/doc/Makefile.in +@@ -65,7 +65,7 @@ CONFIG_CLEAN_FILES = + depcomp = + am__depfiles_maybe = + SOURCES = +-INFO_DEPS = binutils.info ++INFO_DEPS = + TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex + am__TEXINFO_TEX_DIR = $(top_srcdir)/../texinfo + DVIS = binutils.dvi |