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-c | |
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-c')
-rw-r--r-- | lang/gcc3-c/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc3-c/Makefile b/lang/gcc3-c/Makefile index 0049cfbf25a..012921f32b5 100644 --- a/lang/gcc3-c/Makefile +++ b/lang/gcc3-c/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2004/04/10 16:37:22 seb Exp $ +# $NetBSD: Makefile,v 1.12 2004/05/22 17:48:22 abs Exp $ PKGNAME= gcc3${GCC3_PKGMODIF}-c-${GCC_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= GNU Compiler Collection, v3 - C compiler INFO_FILES= cpp.info gcc.info gccint.info cppinternals.info |