diff options
author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-20 11:21:12 +0000 |
---|---|---|
committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-20 11:21:12 +0000 |
commit | a5caa84cf3413180420a73a37a1c4f431993ac39 (patch) | |
tree | c67605385329047838bb499b57a030d04e1d3b8b /Makefile.in | |
parent | f3391f1bad37fbbfea89e364c3d035bd070c1e61 (diff) | |
download | gcc-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.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 |