diff options
author | Roland McGrath <roland@redhat.com> | 2009-08-27 14:24:06 -0700 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2009-08-27 14:24:06 -0700 |
commit | 26e1d33af0eaa41e1c968f46a891de5086c1d6d3 (patch) | |
tree | 9a9d0241a5b68e38536d19742f05d82d026b488c /fedora | |
parent | 45f08acbda79845dc64ada5ec8daf47c8d63f038 (diff) |
Dump config.log if configure fails.
Diffstat (limited to 'fedora')
-rw-r--r-- | fedora/glibc.spec.in | 5 |
1 files changed, 4 insertions, 1 deletions
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 <schwab@redhat.com> - 2.10.90-16 +- Update from master. - handle AVX saving on x86-64 in interrupted symbol lookups (#519081). * Mon Aug 24 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-15 |