gcc: Don't bootstrap in second pass

GCC does not need to be bootstrapped in the second pass
any more since the toolchain is not built hardened

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2017-04-13 18:56:16 +02:00
parent 6f8f452267
commit 66dd71f298

View File

@@ -108,7 +108,7 @@ ifeq "$(PASS)" "2"
--enable-__cxa_atexit \
--enable-languages=c,c++ \
--disable-libstdcxx-pch \
--enable-bootstrap
--disable-bootstrap
EXTRA_MAKE =
EXTRA_INSTALL =
else