diff options
author | abs <abs> | 2004-05-22 17:48:21 +0000 |
---|---|---|
committer | abs <abs> | 2004-05-22 17:48:21 +0000 |
commit | 600e44f857f5fab7eb105f28ecbf9037899908cf (patch) | |
tree | 657c726aff1a049f7a26815314ee08ddb6f60e45 /lang/gcc3-f77 | |
parent | be43313792c78a79dbbd80fa7311de2152c9cf63 (diff) | |
download | pkgsrc-600e44f857f5fab7eb105f28ecbf9037899908cf.tar.gz |
Update gcc3-ada to 3.3.3nb1
Update gcc3-c++ to 3.3.3nb1
Update gcc3-c to 3.3.3nb2
Update gcc3-f77 to 3.3.3nb1
Update gcc3-java to 3.3.3nb1
Update gcc3-objc to 3.3.3nb1
Update gcc3 to 3.3.3nb1
gcc arm: fix GCC _P_R_ target/14302
Apply gcc fix for gcc PR target/14302 to fix ARM compiler
issues triggered by at least glib, glib2, and pkgconfig.
2004-02-26 Richard Earnshaw <rearnsha@arm.com>
Daniel Jacobowitz <drow@mvista.com>
PR target/14302
* arm.h (ARM_GO_IF_LEGITIMATE_ADDRESS): Don't check the mode
size for minipool references.
Diffstat (limited to 'lang/gcc3-f77')
-rw-r--r-- | lang/gcc3-f77/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gcc3-f77/Makefile b/lang/gcc3-f77/Makefile index 32236ecb57d..f85fe8e5a4a 100644 --- a/lang/gcc3-f77/Makefile +++ b/lang/gcc3-f77/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2004/04/10 15:47:09 seb Exp $ +# $NetBSD: Makefile,v 1.11 2004/05/22 17:48:22 abs Exp $ PKGNAME= gcc3${GCC3_PKGMODIF}-f77-${GCC_VERSION} +PKGREVISION= 1 COMMENT= GNU Compiler Collection, v3 - F77 compiler INFO_FILES= g77.info |