diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2002-07-03 19:20:58 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2002-07-03 19:20:58 +0000 |
commit | d6adec00381203d8daddd9050ad999fbc8c3fa39 (patch) | |
tree | 113c066456af652a75cbf855325cb94b5ef1113f /devel/avr-gcc/files/patch-aa | |
parent | Mega-upgrade the AVR GNU utils toolchain, part #1: (diff) |
Mega-upgrade of the AVR GNU toolchain, step #2:
Upgrade to a development version of GCC 3.2. New AVR microcontrollers are
introduced with faster pace than new versions of GCC :), so we need the
development version to support recent AVR chips (like the ATmega 128).
Alas, official GCC snapshot tarballs still track the 3.1.x branch, so i
got to CVS checkout and roll my own tarball.
Notes
Notes:
svn path=/head/; revision=62389
Diffstat (limited to 'devel/avr-gcc/files/patch-aa')
-rw-r--r-- | devel/avr-gcc/files/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/avr-gcc/files/patch-aa b/devel/avr-gcc/files/patch-aa index 9650bc956f12..d8682e145771 100644 --- a/devel/avr-gcc/files/patch-aa +++ b/devel/avr-gcc/files/patch-aa @@ -1,7 +1,7 @@ ---- libiberty/Makefile.in.orig Sat Dec 9 00:16:27 2000 -+++ libiberty/Makefile.in Thu Apr 19 22:27:57 2001 -@@ -152,7 +152,8 @@ - $(RANLIB) $(TARGETLIB) +--- libiberty/Makefile.in.orig Tue Jan 22 21:03:29 2002 ++++ libiberty/Makefile.in Tue Jun 4 18:19:26 2002 +@@ -234,7 +234,8 @@ + @MAINT@ echo stamp > stamp-functions INSTALL_DEST = @INSTALL_DEST@ -install: install_to_$(INSTALL_DEST) install-subdir |