diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2002-07-03 19:18:16 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2002-07-03 19:18:16 +0000 |
commit | da331bdcd42ec1038fa89cf35db11d0067f30b79 (patch) | |
tree | ea5fbc27f994c4b45cd0810433483a8033b8e5c0 /devel/avr-binutils/files/patch-aa | |
parent | USE_REINPLACE (diff) |
Mega-upgrade the AVR GNU utils toolchain, part #1:
Upgrade binutils to a recent snapshot, since this is a prerequisite
for the remaining ports.
Unfortunately, sources.redhat.com frequently purges older snapshot
tarballs, thus i gotta keep the one to use here around privately.
Notes
Notes:
svn path=/head/; revision=62388
Diffstat (limited to 'devel/avr-binutils/files/patch-aa')
-rw-r--r-- | devel/avr-binutils/files/patch-aa | 36 |
1 files changed, 24 insertions, 12 deletions
diff --git a/devel/avr-binutils/files/patch-aa b/devel/avr-binutils/files/patch-aa index 36bebf94b336..dec1d7957ba5 100644 --- a/devel/avr-binutils/files/patch-aa +++ b/devel/avr-binutils/files/patch-aa @@ -1,7 +1,7 @@ ---- libiberty/Makefile.in.orig Sat Dec 9 17:10:41 2000 -+++ libiberty/Makefile.in Tue May 15 20:58:52 2001 -@@ -152,7 +152,8 @@ - $(RANLIB) $(TARGETLIB) +--- libiberty/Makefile.in.orig Mon Mar 4 23:01:26 2002 ++++ libiberty/Makefile.in Tue Jun 4 15:57:42 2002 +@@ -253,7 +253,8 @@ + @MAINT@ echo stamp > stamp-functions INSTALL_DEST = @INSTALL_DEST@ -install: install_to_$(INSTALL_DEST) install-subdir @@ -10,27 +10,39 @@ install_to_libdir: all $(INSTALL_DATA) $(TARGETLIB) $(libdir)$(MULTISUBDIR)/$(TARGETLIB)n ---- bfd/Makefile.in.orig Mon Jan 22 10:41:40 2001 -+++ bfd/Makefile.in Tue May 15 21:02:37 2001 -@@ -564,7 +564,8 @@ +--- bfd/Makefile.in.orig Fri May 31 04:59:46 2002 ++++ bfd/Makefile.in Tue Jun 4 15:58:06 2002 +@@ -1047,7 +1047,8 @@ install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -install: install-recursive +#install: install-recursive +install: - uninstall-am: uninstall-libLTLIBRARIES + uninstall-am: uninstall-bfdlibLTLIBRARIES uninstall: uninstall-recursive all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h ---- opcodes/Makefile.in.orig Thu Jan 11 22:20:19 2001 -+++ opcodes/Makefile.in Tue May 15 21:03:33 2001 -@@ -663,7 +663,8 @@ +--- opcodes/Makefile.in.orig Tue Jun 4 15:59:05 2002 ++++ opcodes/Makefile.in Tue Jun 4 15:58:47 2002 +@@ -702,7 +702,8 @@ install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -install: install-recursive +#install: install-recursive +install: - uninstall-am: uninstall-libLTLIBRARIES + uninstall-am: uninstall-bfdlibLTLIBRARIES uninstall: uninstall-recursive all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h +--- etc/Makefile.in.orig Sat Jan 26 22:35:45 2002 ++++ etc/Makefile.in Tue Jun 4 16:50:05 2002 +@@ -52,7 +52,8 @@ + all: + + # We want install to imply install-info as per GNU standards. +-install: install-info ++#install: install-info ++install: + + uninstall: + |