]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
gcc: Don't bootstrap in second pass
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 13 Apr 2017 16:56:16 +0000 (18:56 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 18 May 2017 10:59:40 +0000 (11:59 +0100)
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>
lfs/gcc

diff --git a/lfs/gcc b/lfs/gcc
index 9d836d4368d08006f599b420bd89027cdcfabee1..3b0d8d5c3e03ae0ed2e583ffc990b9e9c1f63628 100644 (file)
--- a/lfs/gcc
+++ b/lfs/gcc
@@ -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