aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@codesourcery.com>2007-02-09 15:14:37 +0000
committerDaniel Jacobowitz <drow@gcc.gnu.org>2007-02-09 15:14:37 +0000
commit1c710c3ca66e758aa6570ecbd58de4dc92cf7329 (patch)
tree2347e7eec03baaf71419b7253fe2ad78abf5a76c /ChangeLog
parenta5ea7a0be70cae76a6703a05dbea5543ca355c16 (diff)
downloadgcc-1c710c3ca66e758aa6570ecbd58de4dc92cf7329.zip
gcc-1c710c3ca66e758aa6570ecbd58de4dc92cf7329.tar.gz
gcc-1c710c3ca66e758aa6570ecbd58de4dc92cf7329.tar.bz2
Makefile.tpl (build_alias, [...]): Use noncanonical equivalents.
* Makefile.tpl (build_alias, host_alias, target_alias): Use noncanonical equivalents. * configure.in: Rename to... * configure.ac: ...this. Update AC_PREREQ. Prevent error for AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and target_noncanonical. Use them. Rewrite removal of configure arguments for autoconf 2.59. Discard variable settings. Force program_transform_name for native tools. * Makefile.in: Regenerated. * configure: Regenerated with autoconf 2.59. * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac. * acx.m4 (ACX_CHECK_INSTALLED_TARGET_TOOL): Avoid AC_PATH_PROG with an empty path. From-SVN: r121751
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ff205a9..4d5bf6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * Makefile.tpl (build_alias, host_alias, target_alias): Use
+ noncanonical equivalents.
+ * configure.in: Rename to...
+ * configure.ac: ...this. Update AC_PREREQ. Prevent error for
+ AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
+ target_noncanonical. Use them. Rewrite removal of configure
+ arguments for autoconf 2.59. Discard variable settings. Force
+ program_transform_name for native tools.
+
+ * Makefile.in: Regenerated.
+ * configure: Regenerated with autoconf 2.59.
+
2007-02-07 Roman Zippel <zippel@linux-m68k.org>
* MAINTAINERS (Write After Approval): Add myself.