summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-08-19 22:19:37 +0000
committerRalf Wildenhues <rwild@gcc.gnu.org>2009-08-19 22:19:37 +0000
commit0115d4a36f4ec51a9d70efe91d595b8a002facd2 (patch)
tree3c87f798687a766a129c5e463c41722890b39c89 /ChangeLog
parent58af276a30a51c50a9da39f09acbc39dfd74f8dd (diff)
downloadgcc-0115d4a36f4ec51a9d70efe91d595b8a002facd2.tar.gz
Disable option checking in the toplevel, avoid 2.64 fopen glitch.
/: * configure.ac: Call AC_DISABLE_OPTION_CHECKING. (baseargs): Add --disable-option-checking. * configure: Regenerate. config/: * override.m4 (AC_DISABLE_OPTION_CHECKING): Define to be empty if not defined, to avoid error with 2.59. (_AC_LANG_IO_PROGRAM): When the Autoconf version is exactly 2.64, avoid per-language instances to drop fopen from test program. From-SVN: r150945
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d92060afa00..98bcd08c685 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+ * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
+ (baseargs): Add --disable-option-checking.
+ * configure: Regenerate.
+
* Makefile.def (configure-target-libiberty): Depend on
all-binutils and all-ld.
(configure-target-newlib): Likewise.