try less optimization on ia64

This commit is contained in:
Alexander Larsson 2005-11-17 11:05:59 +00:00
parent c62c724ab4
commit 180583da5a

View File

@ -220,9 +220,13 @@ which is fully managed and actively maintained.
%setup -q
%build
%ifarch ia64
export CFLAGS="-O2 -fno-strict-aliasing"
%else
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%endif
%configure --with-ikvm=yes
make clean
make %{?_smp_mflags}