summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>1998-09-20 11:21:12 +0000
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>1998-09-20 11:21:12 +0000
commita5caa84cf3413180420a73a37a1c4f431993ac39 (patch)
treec67605385329047838bb499b57a030d04e1d3b8b /Makefile.in
parentf3391f1bad37fbbfea89e364c3d035bd070c1e61 (diff)
downloadgcc-a5caa84cf3413180420a73a37a1c4f431993ac39.tar.gz
* Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22500 138bc75d-0d04-0410-961f-82ee72b054a4
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