diff options
author | Roland McGrath <roland@redhat.com> | 2010-07-26 12:45:17 -0700 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2010-07-26 12:45:17 -0700 |
commit | 1c7570ff36595cba9f5797453eda95969a72c56e (patch) | |
tree | 60b08315b0f89203fe071e610b24606dae75305d /ChangeLog | |
parent | 8d50becc0421e86fc15f9a3453cf1772fc11f565 (diff) | |
download | glibc-1c7570ff36595cba9f5797453eda95969a72c56e.tar glibc-1c7570ff36595cba9f5797453eda95969a72c56e.tar.gz glibc-1c7570ff36595cba9f5797453eda95969a72c56e.tar.bz2 glibc-1c7570ff36595cba9f5797453eda95969a72c56e.zip |
BZ #11840: Fix config.cache usage for -fgnu89-inline check.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |