Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jun 2013 19:13:52 +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: r319721 - head/lang/gcc46
Message-ID:  <201306021913.r52JDqcj007863@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sun Jun  2 19:13:51 2013
New Revision: 319721
URL: http://svnweb.freebsd.org/changeset/ports/319721

Log:
  When bootstrapping, which is not the default for this GCC port, use
  bootstrap-lean instead of default/vanilla bootstrap to save on disk
  space.

Modified:
  head/lang/gcc46/Makefile

Modified: head/lang/gcc46/Makefile
==============================================================================
--- head/lang/gcc46/Makefile	Sun Jun  2 19:13:41 2013	(r319720)
+++ head/lang/gcc46/Makefile	Sun Jun  2 19:13:51 2013	(r319721)
@@ -64,6 +64,8 @@ GNU_CONFIGURE=	yes
 CFLAGS+=	-I${LOCALBASE}/include
 .if empty(PORT_OPTIONS:MBOOTSTRAP)
 CONFIGURE_ARGS+=--disable-bootstrap
+.else
+ALL_TARGET=	bootstrap-lean
 .endif
 CONFIGURE_ARGS+=--disable-nls \
 		--libdir=${TARGLIB} \



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