summaryrefslogtreecommitdiff
path: root/cross/avr-binutils/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'cross/avr-binutils/patches/patch-ag')
-rw-r--r--cross/avr-binutils/patches/patch-ag30
1 files changed, 16 insertions, 14 deletions
diff --git a/cross/avr-binutils/patches/patch-ag b/cross/avr-binutils/patches/patch-ag
index 438e2a17ed9..9f2ff06eb69 100644
--- a/cross/avr-binutils/patches/patch-ag
+++ b/cross/avr-binutils/patches/patch-ag
@@ -1,22 +1,24 @@
-$NetBSD: patch-ag,v 1.3 2009/08/27 15:26:41 hasso Exp $
+$NetBSD: patch-ag,v 1.4 2013/08/07 02:41:30 mef Exp $
---- ld/Makefile.in.orig 2008-12-23 14:54:52 +0100
-+++ ld/Makefile.in
-@@ -102,7 +102,7 @@ LTYACCCOMPILE = $(LIBTOOL) --mode=compil
- $(AM_YFLAGS)
- YLWRAP = $(top_srcdir)/../ylwrap
- SOURCES = $(ld_new_SOURCES) $(EXTRA_ld_new_SOURCES)
+Avoid installing info (which duplicates with other CPU)
+
+--- ld/Makefile.in.orig 2012-09-04 21:53:47.000000000 +0900
++++ ld/Makefile.in 2013-01-27 07:19:44.000000000 +0900
+@@ -118,7 +118,7 @@ LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLF
+ --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)
+ SOURCES = $(libldtestplug_la_SOURCES) $(ld_new_SOURCES) \
+ $(EXTRA_ld_new_SOURCES)
-INFO_DEPS = ld.info
+INFO_DEPS =
- TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
- am__TEXINFO_TEX_DIR = $(top_srcdir)/../texinfo
+ am__TEXINFO_TEX_DIR = $(srcdir)/../texinfo
DVIS = ld.dvi
-@@ -283,7 +283,7 @@ target_vendor = @target_vendor@
- use_sysroot = @use_sysroot@
- AUTOMAKE_OPTIONS = cygnus dejagnu
+ PDFS = ld.pdf
+@@ -345,7 +345,7 @@ use_sysroot = @use_sysroot@
+ AUTOMAKE_OPTIONS = dejagnu no-texinfo.tex no-dist foreign
ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
+ TEXINFO_TEX = ../texinfo/texinfo.tex
-SUBDIRS = po
+SUBDIRS =
tooldir = $(exec_prefix)/$(target_alias)
- YFLAGS = -d
- AM_CFLAGS = $(WARN_CFLAGS)
+
+ # Automake 1.10+ disables lex and yacc output file regeneration if