aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-10-24 14:45:47 -0700
committerRoland McGrath <roland@hack.frob.com>2014-10-24 14:45:47 -0700
commit461a7b1e4551ee9018f7542c21ff32b0f9872e7f (patch)
tree9b94af8d879cb7ab5a1d9ede3eaa5baecd48c12c /ChangeLog
parent70996a373dd38296254029423ae6d87c02e7184a (diff)
downloadglibc-461a7b1e4551ee9018f7542c21ff32b0f9872e7f.zip
glibc-461a7b1e4551ee9018f7542c21ff32b0f9872e7f.tar.gz
glibc-461a7b1e4551ee9018f7542c21ff32b0f9872e7f.tar.bz2
Rework compiler version check in configure.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b52ff14..149ecc4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2014-10-24 Roland McGrath <roland@hack.frob.com>
+ * configure.ac: Validate compiler version with a empirical test of
+ __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
+ $CC -v output.
+ * configure: Regenerated.
+
* inet/htons.c (htons): Prototypify.
* inet/htonl.c (htonl): Likewise.