summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2008-04-04 11:39:20 +0000
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2008-04-04 11:39:20 +0000
commit45043b2bde2326e7fa2ec432999b4763be747ca9 (patch)
tree5649721c24cb44021ca826778ba0ac70a4ef09cf /ChangeLog
parent226c5ce4507f3f389f52fae18d410773d4674046 (diff)
downloadgcc-45043b2bde2326e7fa2ec432999b4763be747ca9.tar.gz
PR binutils/4334
* acx.m4 (ACX_CHECK_CYGWIN_CAT_WORKS): New macro to check that cygwin builds are not running in textmode. * configure.ac: Run ACX_XHEXK_CYGWIN_CAT_WORKS for cygwin hosted builds. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133894 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ef3043208ec..2b4e257d365 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-04-04 Nick Clifton <nickc@redhat.com>
+
+ PR binutils/4334
+ * configure.ac: Run ACX_XHEXK_CYGWIN_CAT_WORKS for cygwin hosted
+ builds.
+ * configure: Regenerate.
+
2008-04-04 NightStrike <NightStrike@gmail.com>
PR other/35151