* Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
authorMark Mitchell <mark@markmitchell.com>
Sun, 20 Sep 1998 11:21:12 +0000 (11:21 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 20 Sep 1998 11:21:12 +0000 (11:21 +0000)
From-SVN: r22500

ChangeLog
Makefile.in

index 5a71ae2d83984bb81a33ed9634c89cfe3a8ff956..238dfe420b106b27aea8f67ca00546970316cb58 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 6fa48f7ab50f3a681cde0719d73321390c991342..6137b23e0de2ab016f2f6a61ee73ffa4f3e128ab 100644 (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