diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2004-04-28 20:53:33 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2004-04-28 20:53:33 +0000 |
commit | a147ec1d2023cc78189d21c7212ec2cafa8abb73 (patch) | |
tree | d27d23347e0ecf354ad56f0da2e8be52833b4943 /devel/avr-gcc/files/patch-aa | |
parent | <disclaimer>Okay, go easy on me for this one. Real Life Work has been keeping (diff) |
Upgrade to GCC 3.4.0.
This also makes the port compile (again) under all 64-bit archs. For
amd64, patch-ad modifies config.guess to match GCC's expectation of
x86_64.
Notes
Notes:
svn path=/head/; revision=107878
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 d8682e145771..8fe15263247a 100644 --- a/devel/avr-gcc/files/patch-aa +++ b/devel/avr-gcc/files/patch-aa @@ -1,6 +1,6 @@ ---- 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 @@ +--- libiberty/Makefile.in.orig Wed Jan 14 22:27:28 2004 ++++ libiberty/Makefile.in Wed Apr 21 11:14:30 2004 +@@ -267,7 +267,8 @@ @MAINT@ echo stamp > stamp-functions INSTALL_DEST = @INSTALL_DEST@ @@ -9,4 +9,4 @@ +install: install_to_libdir: all - $(INSTALL_DATA) $(TARGETLIB) $(libdir)$(MULTISUBDIR)/$(TARGETLIB)n + ${mkinstalldirs} $(DESTDIR)$(libdir)$(MULTISUBDIR) |