diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-24 11:13:50 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-24 11:13:50 +0000 |
commit | 5869bc6a0b53961df15b1172e43fabf5df0ee991 (patch) | |
tree | 2b81ca96c961bacb22772bd0fd659849310b3b59 /ChangeLog | |
parent | d2eaccc20d8ebcc1a69456b81568c1870bb90829 (diff) | |
download | gcc-5869bc6a0b53961df15b1172e43fabf5df0ee991.tar.gz |
Fix `make bootstrap' failures where libraries are compiled with wrong compiler.
* Makefile.in (bootstrap): Set r and s before make all. Use
BASE_FLAGS_TO_PASS in make all.
(cross): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22569 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 238dfe420b1..c513bb2afa4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1998-09-22 Jim Wilson <wilson@cygnus.com> + + * Makefile.in (bootstrap): Set r and s before make all. Use + BASE_FLAGS_TO_PASS in make all. + (cross): Likewise. + 1998-09-20 Mark Mitchell <mark@markmitchell.com> * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'. |