diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-09 05:15:06 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-09 05:15:06 +0000 |
commit | 49aae208df317027c48b7d2ac0fd73c100ba198f (patch) | |
tree | bf45dc710b798fefba9f14579d7c3f200a9a903b /ChangeLog | |
parent | 9bd39433796abde75eedc5f29bedd557fefb8190 (diff) | |
download | ppe42-gcc-49aae208df317027c48b7d2ac0fd73c100ba198f.tar.gz ppe42-gcc-49aae208df317027c48b7d2ac0fd73c100ba198f.zip |
PR bootstrap/14871
* Makefile.tpl: If we don't have built-in-tree target tools,
use the ones found by configure rather than hacking around with
program_transform_name.
* configure.in: Give Makefile.tpl the information necessary
to do that.
* Makefile.in: Regenerate.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80542 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0cdd9ec3ba6..30c49ab1108 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org> + + PR bootstrap/14871 + * Makefile.tpl: If we don't have built-in-tree target tools, + use the ones found by configure rather than hacking around with + program_transform_name. + * configure.in: Give Makefile.tpl the information necessary + to do that. + * Makefile.in: Regenerate. + * configure: Regenerate. + 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org> PR bootstrap/14760 |