summaryrefslogtreecommitdiff
path: root/lang/gcc42
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2012-09-12 23:20:43 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2012-09-12 23:20:43 +0000
commitd586b90da2908712d574be4d04c2133a43c2ce67 (patch)
tree0425f26397b934ade5b2c8ad993e761535a9adda /lang/gcc42
parent- Add VIRT and WRITE_HTTP options [1] (diff)
Just build, do not bootstrap, this version of GCC in our ports tree.
This speeds up a full port/package test cycle by 50% on a 4-core system; a simple build/install will benefit even more. On the way, have he compiler report itself as "FreeBSD Ports Collection".
Notes
Notes: svn path=/head/; revision=304167
Diffstat (limited to 'lang/gcc42')
-rw-r--r--lang/gcc42/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/gcc42/Makefile b/lang/gcc42/Makefile
index 7b45a26b389d..d8822aead12a 100644
--- a/lang/gcc42/Makefile
+++ b/lang/gcc42/Makefile
@@ -51,7 +51,8 @@ WRKSRC= ${WRKDIR}/build
TARGLIB= ${PREFIX}/lib/gcc${SUFFIX}
LIBEXEC= ${PREFIX}/libexec/gcc${SUFFIX}
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--disable-nls \
+CONFIGURE_ARGS+=--disable-bootstrap \
+ --disable-nls \
--libdir=${TARGLIB} \
--libexecdir=${LIBEXEC} \
--program-suffix=${SUFFIX} \
@@ -60,9 +61,9 @@ CONFIGURE_ARGS+=--disable-nls \
--with-gxx-include-dir=${TARGLIB}/include/c++/ \
--with-ld=/usr/bin/ld \
--with-libiconv-prefix=${LOCALBASE} \
+ --with-pkgversion="FreeBSD Ports Collection" \
--with-system-zlib
MAKE_ARGS+= MAKEINFOFLAGS="--no-split"
-ALL_TARGET= bootstrap-lean
USE_LDCONFIG= ${TARGLIB}
PLIST_SUB= GCC_VER=${PORTVERSION:C/(.+)\.[0-9]+/\1/} \
GNU_HOST=${CONFIGURE_TARGET} \