From owner-svn-ports-head@FreeBSD.ORG Sun Jun 16 14:15:57 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 54FFFC54 for ; Sun, 16 Jun 2013 14:15:57 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3C5E01A4E for ; Sun, 16 Jun 2013 14:15:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5GEFvLv034722 for ; Sun, 16 Jun 2013 14:15:57 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5GEFv66034717 for svn-ports-head@freebsd.org; Sun, 16 Jun 2013 14:15:57 GMT (envelope-from bdrewery) Received: (qmail 36502 invoked from network); 16 Jun 2013 09:15:55 -0500 Received: from unknown (HELO ?10.10.1.133?) (freebsd@shatow.net@10.10.1.133) by sweb.xzibition.com with ESMTPA; 16 Jun 2013 09:15:55 -0500 Message-ID: <51BDC89A.5020106@FreeBSD.org> Date: Sun, 16 Jun 2013 09:15:54 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Gerald Pfeifer Subject: Re: svn commit: r321051 - head/lang/gcc References: <201306161413.r5GEDPhV048681@svn.freebsd.org> In-Reply-To: <201306161413.r5GEDPhV048681@svn.freebsd.org> X-Enigmail-Version: 1.5.1 OpenPGP: id=3C9B0CF9; url=http://www.shatow.net/bryan/bryan.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2CEPSFFPCUQITRASQKWTV" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jun 2013 14:15:57 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2CEPSFFPCUQITRASQKWTV Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 6/16/2013 9:13 AM, Gerald Pfeifer wrote: > Author: gerald > Date: Sun Jun 16 14:13:25 2013 > New Revision: 321051 > URL: http://svnweb.freebsd.org/changeset/ports/321051 >=20 > Log: > Introduce a new option BOOTSTRAP that allows for doing a full > bootstrap of GCC, as opposed to just running a simple build. > Bootstrapping is actually the default upstream, we disable it > by default for the stable flavors of GCC since that is a huge > win in terms of build time of the port. No change in default > behavior for this port. > =20 > (When bootstrapping, use bootstrap-lean instead of default/vanilla > bootstrap to save on disk space.) > =20 > Remove redundant setting of DISTNAME. >=20 > Modified: > head/lang/gcc/Makefile >=20 > Modified: head/lang/gcc/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/lang/gcc/Makefile Sun Jun 16 14:10:35 2013 (r321050) > +++ head/lang/gcc/Makefile Sun Jun 16 14:13:25 2013 (r321051) > @@ -6,7 +6,6 @@ PORTVERSION=3D 4.6.3 > CATEGORIES=3D lang java > MASTER_SITES=3D ${MASTER_SITE_GCC} > MASTER_SITE_SUBDIR=3D releases/gcc-${VERSIONSTRING} > -DISTNAME=3D gcc-${VERSIONSTRING} > =20 > MAINTAINER=3D gerald@FreeBSD.org > COMMENT=3D GNU Compiler Collection 4.6 > @@ -39,10 +38,12 @@ MAKE_JOBS_SAFE=3D yes > PATCH_WRKSRC=3D ${SRCDIR} > CONFIGURE_SCRIPT=3D ../${SRCDIR:S/${WRKDIR}\///}/configure > =20 > +OPTIONS_DEFINE=3D BOOTSTRAP > OPTIONS_DEFINE_i386=3D JAVA > OPTIONS_DEFINE_amd64=3D JAVA > OPTIONS_DEFAULT_i386=3D JAVA > OPTIONS_DEFAULT_amd64=3D JAVA > +BOOTSTRAP_DESC=3D Build using a full bootstrap I don't dispute the change. I'm curious what benefits bootstrapping has? Does it improve run-time performance? I am guessing it means it builds a smaller version of the release and then builds the release using itself as opposed to the system compiler? --=20 Regards, Bryan Drewery ------enig2CEPSFFPCUQITRASQKWTV Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJRvciaAAoJEG54KsA8mwz57M4P/0+apOzVQrreVv+3WbQw0gd3 gnlqJ4X40E80//N64f78RlPKXHHuHtGiZG47WsBHjguj6/vkUIAbUI+SjurLyrRE 0ICvrN/WqUW82Pk97ycSJ2i9AHKNIRluVTVyMzdqahmX9eQ+waNi/oAXEK1ePX+l +KCCQ18rsRzmviy41mGXmnXi5AvwOWEGr6NT19jPGp4C4KEV86WekaN86thxM7Wg WtyeYLrYn0XofsFb9gut6GPtqPcP3qtJhg1EesAl9FBPD7KraEGDCKpmeDLXYRMO 3ieG1DyQHgeS6sLBlWBeFvetN3yY27b8FFscBizkXubvF/LqCcLHktOBhD5SYq70 ZqUREAGyUoZbrQYXWzXyVAi4LOZtuwCsjZkGs0YlDx3pRHu6Mzoa1FK3CpCIRe2Y rjtE3GRqoFweGJ4UZhb5EAKMc6WFVhuLZ5JvuyDkiCbeDxR7j5sQw8+XmsFSBGyV LI6lzFq9s4FMAdQrshrJMxIOaLBoAvOanGtclAHCTwi7bVXdt+D7zibuURifac0w px7G7EYxg8srrC/6jOk+0+V8f3vnhmy4tWH3dg6yNYn6nKzp41OFAdb2PHNaV2Xd 7ioLPJv5k12BhuWJVYTbuhtwYmh8FpxZ5vwSUdO2mJd+6NTVDtkjDbPOPWGaz/a3 Vbh1Sy8uCMBkRbFkniwB =liDD -----END PGP SIGNATURE----- ------enig2CEPSFFPCUQITRASQKWTV--