on x86 and x86_64, use -msse and -msse2 to accomodate newer compilers
This commit is contained in:
parent
acf88b7b2e
commit
668448ccda
@ -97,6 +97,9 @@ LIBAA="disable"; export LIBAA
|
||||
if [ ! -f configure ]; then
|
||||
CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --quiet $MYARCH_FLAGS --prefix=%{_prefix}
|
||||
fi
|
||||
%ifarch %ix86 x86_64
|
||||
CFLAGS="%optflags -msse -msse2" CXXFLAGS="%optflags -msse -msse2" \
|
||||
%endif
|
||||
%configure \
|
||||
--disable-perl \
|
||||
%if %_enable_python
|
||||
@ -316,6 +319,7 @@ fi
|
||||
* Mon May 09 2005 Nils Philippsen <nphilipp@redhat.com>
|
||||
- version 2.2.7, fixes bug in SSE2 assembly for Lighten Only layer mode
|
||||
(#145771) and various other bugs
|
||||
- on x86 and x86_64, use -msse and -msse2 to accomodate newer compilers
|
||||
|
||||
* Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 2:2.2.6-2
|
||||
- silence %%post
|
||||
|
Loading…
x
Reference in New Issue
Block a user