aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2004-04-09 05:15:06 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2004-04-09 05:15:06 +0000
commitbe9125155e0a003a35f2b035d901f48a5f89deb0 (patch)
treebf45dc710b798fefba9f14579d7c3f200a9a903b /ChangeLog
parent84264cb69e412b6626c2b24cd89592220f08474d (diff)
downloadgcc-be9125155e0a003a35f2b035d901f48a5f89deb0.tar.gz
gcc-be9125155e0a003a35f2b035d901f48a5f89deb0.tar.bz2
gcc-be9125155e0a003a35f2b035d901f48a5f89deb0.zip
re PR bootstrap/14871 (Non-unified-tree ordinary cross-compiler builds default to stupid names for tools)
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. From-SVN: r80542
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
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