Clear CFLAGS CXXFLAGS LDFLAGS.
This is a bit of a hammer, but without this the regtests results are just horrible with hundreds of failures. Even with this there are 29 failures. Once we fix those and have a clean testsuite we should reinstate the FLAGS and figure out exactly which ones cause the massive fails.
This commit is contained in:
parent
a1defe0a69
commit
7a98f80d9b
@ -143,8 +143,7 @@ ar r libgcc/libgcc_s_32.a
|
|||||||
CC="gcc -B `pwd`/libgcc/"
|
CC="gcc -B `pwd`/libgcc/"
|
||||||
%endif
|
%endif
|
||||||
%configure CC="$CC" \
|
%configure CC="$CC" \
|
||||||
CFLAGS="`echo " %{optflags} " | sed 's/ -m\(64\|3[21]\) / /g;s/ -fexceptions / /g;s/^ //;s/ $//'`" \
|
CFLAGS="" CXXFLAGS="" LDFLAGS="" \
|
||||||
CXXFLAGS="`echo " %{optflags} " | sed 's/ -m\(64\|3[21]\) / /g;s/ -fexceptions / /g;s/^ //;s/ $//'`" \
|
|
||||||
%ifarch %{ix86} x86_64 ppc ppc64
|
%ifarch %{ix86} x86_64 ppc ppc64
|
||||||
--with-mpicc=%{_libdir}/openmpi/bin/mpicc \
|
--with-mpicc=%{_libdir}/openmpi/bin/mpicc \
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user