Date: Sun, 16 Jun 2013 09:15:54 -0500 From: Bryan Drewery <bdrewery@FreeBSD.org> To: Gerald Pfeifer <gerald@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r321051 - head/lang/gcc Message-ID: <51BDC89A.5020106@FreeBSD.org> In-Reply-To: <201306161413.r5GEDPhV048681@svn.freebsd.org> References: <201306161413.r5GEDPhV048681@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51BDC89A.5020106>