From 66dd71f298366f122b51e510847581c5be0d64ad Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 13 Apr 2017 18:56:16 +0200 Subject: [PATCH] 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 --- lfs/gcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/gcc b/lfs/gcc index 9d836d4368..3b0d8d5c3e 100644 --- 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 -- 2.39.5