From: Roland McGrath Date: Thu, 27 Aug 2009 21:24:06 +0000 (-0700) Subject: Dump config.log if configure fails. X-Git-Tag: fedora/glibc-2.10.90-18~2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26e1d33af0eaa41e1c968f46a891de5086c1d6d3;p=thirdparty%2Fglibc.git Dump config.log if configure fails. --- diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 0a2b26bef1e..eabd17783d6 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