aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc46
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2013-06-02 19:13:51 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2013-06-02 19:13:51 +0000
commit1c77b87bb364fc58b7268943f0d03fe84aef6086 (patch)
tree6114c3b1cf822ccd98bff94825aeb0f3c11c18ca /lang/gcc46
parentec06ea1289eac066308a1706e185a1a1bc7bf056 (diff)
downloadports-1c77b87bb364fc58b7268943f0d03fe84aef6086.tar.gz
ports-1c77b87bb364fc58b7268943f0d03fe84aef6086.zip
When bootstrapping, which is not the default for this GCC port, use
bootstrap-lean instead of default/vanilla bootstrap to save on disk space.
Notes
Notes: svn path=/head/; revision=319721
Diffstat (limited to 'lang/gcc46')
-rw-r--r--lang/gcc46/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile
index 79f7a3a8685e..d05d48806168 100644
--- a/lang/gcc46/Makefile
+++ b/lang/gcc46/Makefile
@@ -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} \