diff options
author | abs <abs@pkgsrc.org> | 2004-05-22 17:48:21 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-05-22 17:48:21 +0000 |
commit | 066ddabcbf27e822383ffe736e8a0e8dc0cb597a (patch) | |
tree | 657c726aff1a049f7a26815314ee08ddb6f60e45 /lang/gcc3/Makefile | |
parent | c425f19d92513b254dce7d7156ddab0661c825d2 (diff) | |
download | pkgsrc-066ddabcbf27e822383ffe736e8a0e8dc0cb597a.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/Makefile')
-rw-r--r-- | lang/gcc3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gcc3/Makefile b/lang/gcc3/Makefile index b079c87ff39..6ed68e7ca19 100644 --- a/lang/gcc3/Makefile +++ b/lang/gcc3/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.54 2004/04/10 15:47:08 seb Exp $ +# $NetBSD: Makefile,v 1.55 2004/05/22 17:48:21 abs Exp $ GCC_VERSION= 3.3.3 +PKGREVISION= 1 DISTNAME= gcc3-${GCC_VERSION} CATEGORIES= lang MASTER_SITES= # empty |