svn commit: r304167 - head/lang/gcc42
Gerald Pfeifer
gerald at FreeBSD.org
Wed Sep 12 23:20:44 UTC 2012
Author: gerald
Date: Wed Sep 12 23:20:43 2012
New Revision: 304167
URL: http://svn.freebsd.org/changeset/ports/304167
Log:
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".
Modified:
head/lang/gcc42/Makefile
Modified: head/lang/gcc42/Makefile
==============================================================================
--- head/lang/gcc42/Makefile Wed Sep 12 22:07:07 2012 (r304166)
+++ head/lang/gcc42/Makefile Wed Sep 12 23:20:43 2012 (r304167)
@@ -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} \
More information about the svn-ports-all
mailing list