Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Sep 2012 23:20:44 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304167 - head/lang/gcc42
Message-ID:  <201209122320.q8CNKijw069267@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209122320.q8CNKijw069267>