aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Mitchell <mark@markmitchell.com>1998-09-20 11:21:12 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>1998-09-20 11:21:12 +0000
commit27c7a08d680d5054ec3be57a3baedae1cc2f9c64 (patch)
treec67605385329047838bb499b57a030d04e1d3b8b
parentc479c2acdfe913a2130ee0a8d188448e6239e54a (diff)
downloadgcc-27c7a08d680d5054ec3be57a3baedae1cc2f9c64.zip
gcc-27c7a08d680d5054ec3be57a3baedae1cc2f9c64.tar.gz
gcc-27c7a08d680d5054ec3be57a3baedae1cc2f9c64.tar.bz2
* Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
From-SVN: r22500
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a71ae2..238dfe4 100644
--- 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.
diff --git a/Makefile.in b/Makefile.in
index 6fa48f7..6137b23 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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