diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-24 02:24:09 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-24 02:24:09 +0000 |
commit | 7f6f8932d79ee2011c46e470cb1a424d0c151b54 (patch) | |
tree | 44c7552910dd9044e52b73097d582d4f6eb53ba6 /ChangeLog | |
parent | 2f3ce1268cda53b9d9e952049d82c86afcc7edb5 (diff) | |
download | gcc-7f6f8932d79ee2011c46e470cb1a424d0c151b54.tar.gz |
* Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
for stages 2 and 3 as well as in make. As a consequence, remove
OUTPUT_OPTION (now detected by configure) from the flags passed down
to make.
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79892 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 2e58cc552df..9fcdcb0b280 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org> + * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure + for stages 2 and 3 as well as in make. As a consequence, remove + OUTPUT_OPTION (now detected by configure) from the flags passed down + to make. + * Makefile.in: Regenerate. + * Makefile.tpl (new-bootstrap): Fix typo. * Makefile.in: Regenerate. |