try less optimization on ia64
This commit is contained in:
parent
c62c724ab4
commit
180583da5a
@ -220,9 +220,13 @@ which is fully managed and actively maintained.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%ifarch ia64
|
||||||
|
export CFLAGS="-O2 -fno-strict-aliasing"
|
||||||
|
%else
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||||
|
%endif
|
||||||
|
|
||||||
%configure --with-ikvm=yes
|
%configure --with-ikvm=yes
|
||||||
make clean
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user