toolchain: Don't bootstrap first pass of gcc.

This commit is contained in:
Michael Tremer
2012-08-15 15:51:03 +02:00
parent db95c20736
commit b469c8c238

View File

@@ -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