Removed SMP compilation
This commit is contained in:
parent
7754cecdb1
commit
3b8f7d43d1
@ -118,11 +118,11 @@ export RPM_OPT_FLAGS=$MOZ_OPT_FLAGS
|
|||||||
export PREFIX='%{_prefix}'
|
export PREFIX='%{_prefix}'
|
||||||
export LIBDIR='%{_libdir}'
|
export LIBDIR='%{_libdir}'
|
||||||
|
|
||||||
%ifarch ppc ppc64 s390 s390x
|
#%ifarch ppc ppc64 s390 s390x
|
||||||
%define moz_make_flags -j1
|
#%define moz_make_flags -j1
|
||||||
%else
|
#%else
|
||||||
%define moz_make_flags %{?_smp_mflags}
|
#%define moz_make_flags %{?_smp_mflags}
|
||||||
%endif
|
#%endif
|
||||||
|
|
||||||
export LDFLAGS="-Wl,-rpath,%{mozappdir}"
|
export LDFLAGS="-Wl,-rpath,%{mozappdir}"
|
||||||
export MAKE="gmake %{moz_make_flags}"
|
export MAKE="gmake %{moz_make_flags}"
|
||||||
|
Loading…
Reference in New Issue
Block a user