diff options
author | Mark Mitchell <mark@markmitchell.com> | 1998-09-20 11:21:12 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 1998-09-20 11:21:12 +0000 |
commit | 27c7a08d680d5054ec3be57a3baedae1cc2f9c64 (patch) | |
tree | c67605385329047838bb499b57a030d04e1d3b8b /Makefile.in | |
parent | c479c2acdfe913a2130ee0a8d188448e6239e54a (diff) | |
download | gcc-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.in | 2 |
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 |