summaryrefslogtreecommitdiff
path: root/Makefile.in
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 /Makefile.in
parentc479c2acdfe913a2130ee0a8d188448e6239e54a (diff)
downloadgcc-27c7a08d680d5054ec3be57a3baedae1cc2f9c64.tar.gz
* Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
From-SVN: r22500
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 6fa48f7ab50..6137b23e0de 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