diff options
author | obrien <obrien@FreeBSD.org> | 1999-05-18 18:15:36 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-05-18 18:15:36 +0000 |
commit | 94aaa96cf456c1f381493c5617e9e9b38a2156f7 (patch) | |
tree | 406acea3dff41bb82ee0f92ce3f49481cd855115 /lang/gcc47/Makefile | |
parent | ce7270e84a1dfa1dfd9b51e8b4980982dc261e29 (diff) | |
download | FreeBSD-ports-94aaa96cf456c1f381493c5617e9e9b38a2156f7.zip FreeBSD-ports-94aaa96cf456c1f381493c5617e9e9b38a2156f7.tar.gz |
Upgrade to the 19990517 snapshot. EGCS is not in a feature freeze for the
upcoming 1.2 release. Which, BTW, will be called GCC-2.95.
Diffstat (limited to 'lang/gcc47/Makefile')
-rw-r--r-- | lang/gcc47/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile index f726390..bb91c63 100644 --- a/lang/gcc47/Makefile +++ b/lang/gcc47/Makefile @@ -4,10 +4,10 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.56 1999/04/21 07:48:57 obrien Exp $ +# $Id: Makefile,v 1.57 1999/04/22 00:17:01 scrappy Exp $ # -SNAPDATE= 1999-04-18 +SNAPDATE= 1999-05-17 SNAPVER= ${SNAPDATE:S/-//g} DISTNAME= egcs-${SNAPVER} @@ -32,7 +32,7 @@ NO_CDROM= 'dated material' .include <bsd.port.pre.mk> -EGCS_REV= egcs-2.93.19 +EGCS_REV= 2.93.22 LIBSTDCPP_REV= 4 .if ${PORTOBJFORMAT} == "elf" |