Skip to content

Commit

Permalink
Dump config.log if configure fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland McGrath committed Aug 27, 2009
1 parent 45f08ac commit 26e1d33
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fedora/glibc.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 26e1d33

Please sign in to comment.