diff options
author | gerald <gerald@FreeBSD.org> | 2006-07-04 05:18:10 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2006-07-04 05:18:10 +0800 |
commit | 20c0f0639463ec47f50f691268b5428c751bcc06 (patch) | |
tree | 70fc13f2530ca08657ff0dad513eb777426a795a /lang/gcc/Makefile | |
parent | 861068cccf96999ba74e9ae5bcab70bb1440ff6d (diff) | |
download | freebsd-ports-gnome-20c0f0639463ec47f50f691268b5428c751bcc06.tar.gz freebsd-ports-gnome-20c0f0639463ec47f50f691268b5428c751bcc06.tar.zst freebsd-ports-gnome-20c0f0639463ec47f50f691268b5428c751bcc06.zip |
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.
Diffstat (limited to 'lang/gcc/Makefile')
-rw-r--r-- | lang/gcc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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} |