svn commit: r319721 - head/lang/gcc46
Gerald Pfeifer
gerald at FreeBSD.org
Sun Jun 2 19:13:52 UTC 2013
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} \
More information about the svn-ports-head
mailing list