From: Michael Tremer Date: Wed, 15 Aug 2012 13:51:03 +0000 (+0200) Subject: toolchain: Don't bootstrap first pass of gcc. X-Git-Tag: v2.13-beta1~252^2~4 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=b469c8c2385cef8f79871897d068ad020908298a toolchain: Don't bootstrap first pass of gcc. --- 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