From 26e1d33af0eaa41e1c968f46a891de5086c1d6d3 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 27 Aug 2009 14:24:06 -0700 Subject: [PATCH] Dump config.log if configure fails. --- fedora/glibc.spec.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 0a2b26bef1..eabd17783d 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -347,7 +347,9 @@ build_CFLAGS="$BuildFlags -g -O3 $*" %ifarch %{multiarcharches} --enable-multi-arch \ %endif - --disable-profile --enable-experimental-malloc --enable-nss-crypt + --disable-profile --enable-experimental-malloc --enable-nss-crypt || +{ cat config.log ; false } + make %{?_smp_mflags} -r CFLAGS="$build_CFLAGS" PARALLELMFLAGS=-s cd .. @@ -1029,6 +1031,7 @@ rm -f *.filelist* - Update from master. * Wed Aug 26 2009 Andreas Schwab - 2.10.90-16 +- Update from master. - handle AVX saving on x86-64 in interrupted symbol lookups (#519081). * Mon Aug 24 2009 Andreas Schwab - 2.10.90-15