diff options
author | gerald <gerald@FreeBSD.org> | 2005-12-19 23:18:56 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2005-12-19 23:18:56 +0800 |
commit | 42b5e56006771f8fe35a4c6f4c192780be629937 (patch) | |
tree | 8d7ff2963fb81c90ae925c0f2e8315e5332a90ca /lang/gcc44/Makefile | |
parent | 7531ea441be58d27a646fbbf01e6f565feca3a88 (diff) | |
download | freebsd-ports-gnome-42b5e56006771f8fe35a4c6f4c192780be629937.tar.gz freebsd-ports-gnome-42b5e56006771f8fe35a4c6f4c192780be629937.tar.zst freebsd-ports-gnome-42b5e56006771f8fe35a4c6f4c192780be629937.zip |
Update to the 20051217 snapshot of GCC 4.2.0. Due to changes in the build
systems, this will consume more diskspace to build (some 900MB on i386).
Diffstat (limited to 'lang/gcc44/Makefile')
-rw-r--r-- | lang/gcc44/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile index a64e4e4a00d3..1cc667d80f3a 100644 --- a/lang/gcc44/Makefile +++ b/lang/gcc44/Makefile @@ -8,7 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.2.0 -PORTREVISION= 20051210 +PORTREVISION= 20051217 CATEGORIES= lang java VERSIONSTRING= 4.2-${PORTREVISION} MASTER_SITES= ${MASTER_SITE_GCC} @@ -83,7 +83,7 @@ LDCONFIG_DIRS= ${TARGLIB} .else CONFIGURE_ARGS+= --disable-shared .endif -ALL_TARGET= bootstrap-lean +ALL_TARGET= bootstrap PLIST_SUB= GCC_VER=${PORTVERSION} GNU_HOST=${CONFIGURE_TARGET} \ SUFFIX=${SUFFIX} MAN1= cpp${SUFFIX}.1 \ |