* Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.

From-SVN: r22500
This commit is contained in:
Mark Mitchell 1998-09-20 11:21:12 +00:00 committed by Mark Mitchell
parent c479c2acdf
commit 27c7a08d68
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
1998-09-20 Mark Mitchell <mark@markmitchell.com>
* Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
* config.sub: Fix typo in last change.

View File

@ -1352,7 +1352,7 @@ bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean b
echo "$$msg"; \
cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) $$compare
@echo "Building runtime libraries"; \
$(MAKE) all
$(MAKE) $(TARGET_FLAGS_TO_PASS) all
.PHONY: cross
cross: all-texinfo all-bison all-byacc all-binutils all-gas all-ld