From 20c0f0639463ec47f50f691268b5428c751bcc06 Mon Sep 17 00:00:00 2001 From: gerald Date: Mon, 3 Jul 2006 21:18:10 +0000 Subject: Update to the 20060701 snapshot of GCC 4.2.0. bootstrap-lean is back, which means quite a bit less disk space used when building this port. Also, Java comes with new applications gappletviewer42, gjarsigner42, and gkeytool42 and a new libgcj-tools-4.2.0.jar. --- lang/gcc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/gcc/Makefile') diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index 58e10ba92b31..71913421c596 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -8,7 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.2.0 -PORTREVISION= 20060624 +PORTREVISION= 20060701 CATEGORIES= lang java VERSIONSTRING= 4.2-${PORTREVISION} MASTER_SITES= ${MASTER_SITE_GCC} @@ -70,7 +70,7 @@ CONFIGURE_ENV= RANLIB=: CONFIGURE_ARGS+= --enable-java-awt=xlib,gtk .endif MAKE_ARGS+= MAKEINFOFLAGS="--no-split" -ALL_TARGET= bootstrap +ALL_TARGET= bootstrap-lean USE_LDCONFIG= ${TARGLIB} PLIST_SUB= GCC_VER=${PORTVERSION} GNU_HOST=${CONFIGURE_TARGET} \ SUFFIX=${SUFFIX} -- cgit