From b469c8c2385cef8f79871897d068ad020908298a Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 15 Aug 2012 15:51:03 +0200 Subject: [PATCH] toolchain: Don't bootstrap first pass of gcc. --- lfs/gcc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lfs/gcc b/lfs/gcc index 713587f8e4..82e0d915d0 100644 --- a/lfs/gcc +++ b/lfs/gcc @@ -68,8 +68,7 @@ ifeq "$(PASS)" "1" --without-headers \ --without-ppl \ --without-cloog \ - --enable-languages=c \ - --enable-bootstrap + --enable-languages=c EXTRA_MAKE = EXTRA_INSTALL = else -- 2.39.2