attempting to debug ppc64 build

epel9
jjh 18 years ago
parent 8a6900b6de
commit e296db8d2d

@ -45,13 +45,13 @@ developing applications that use %{name}.
export CFLAGS="$RPM_OPT_FLAGS -DLTM_DESC -I%{_includedir}/tommath"
make %{?_smp_mflags} LIBPATH=%{_libdir} -f makefile docs
make %{?_smp_mflags} LIBPATH=%{_libdir} EXTRALIBS="-ltommath" -f makefile.shared || :
for i in /tmp/cc*.out
%ifarch ppc64
for i in $(find /tmp -name 'cc*.out')
do
echo $i
wc -l $i
cat $i
done
%ifarch ppc64
exit 1
%endif

Loading…
Cancel
Save