mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-24 19:33:59 +08:00
* Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
From-SVN: r22500
This commit is contained in:
parent
c479c2acdf
commit
27c7a08d68
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user