diff options
author | abs <abs> | 2004-05-22 17:48:21 +0000 |
---|---|---|
committer | abs <abs> | 2004-05-22 17:48:21 +0000 |
commit | 963f360a4d4747e8c3e0432dd79af04ffb87d3e4 (patch) | |
tree | 657c726aff1a049f7a26815314ee08ddb6f60e45 /lang/gcc3-ada | |
parent | 13acfd4286c71154e2182a4abab00fe39bd16cd3 (diff) | |
download | pkgsrc-963f360a4d4747e8c3e0432dd79af04ffb87d3e4.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-ada')
-rw-r--r-- | lang/gcc3-ada/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gcc3-ada/Makefile b/lang/gcc3-ada/Makefile index b9a6db0e232..d8cc5fbde82 100644 --- a/lang/gcc3-ada/Makefile +++ b/lang/gcc3-ada/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2004/04/10 15:47:08 seb Exp $ +# $NetBSD: Makefile,v 1.11 2004/05/22 17:48:21 abs Exp $ PKGNAME= gcc3${GCC3_PKGMODIF}-ada-${GCC_VERSION} +PKGREVISION= 1 COMMENT= GNU Compiler Collection, v3 - Ada compiler INFO_FILES= gnat_ug_unx.info gnat_ug_vms.info gnat_ug_vxw.info |