about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2010-07-26 12:45:17 -0700
committerRoland McGrath <roland@redhat.com>2010-07-26 12:45:17 -0700
commit1c7570ff36595cba9f5797453eda95969a72c56e (patch)
tree60b08315b0f89203fe071e610b24606dae75305d /ChangeLog
parent8d50becc0421e86fc15f9a3453cf1772fc11f565 (diff)
downloadglibc-1c7570ff36595cba9f5797453eda95969a72c56e.tar.gz
glibc-1c7570ff36595cba9f5797453eda95969a72c56e.tar.xz
glibc-1c7570ff36595cba9f5797453eda95969a72c56e.zip
BZ #11840: Fix config.cache usage for -fgnu89-inline check.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 36b36fc428..6603a56028 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-07-26  Roland McGrath  <roland@redhat.com>
+
+	[BZ #11840]
+	* configure.in (-fgnu89-inline check): Set and substitute
+	gnu89_inline, not libc_cv_gnu89_inline.
+	* configure: Regenerated.
+	* config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
+
 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
 
 	* string/test-strnlen.c: New file.