Remove a no longer needed -mmmx CFLAGS addition
i686 default CFLAGS already include -msse2, which implies -mmmx.
This commit is contained in:
parent
a08f17db44
commit
db453d0293
@ -46,9 +46,6 @@ This package contains the files needed to build an application with libvisual.
|
||||
%patch2 -p1 -b .format-security
|
||||
|
||||
%build
|
||||
%ifarch i386
|
||||
export CFLAGS="${RPM_OPT_FLAGS} -mmmx"
|
||||
%endif
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
@ -112,6 +109,7 @@ find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
|
||||
* Tue Jan 19 2021 Kalev Lember <klember@redhat.com> - 1:0.4.0-31
|
||||
- Use make_build/make_install macros
|
||||
- Drop unneeded ldconfig_scriptlets macro call
|
||||
- Remove a no longer needed -mmmx CFLAGS addition
|
||||
|
||||
* Fri Jan 15 2021 Kalev Lember <klember@redhat.com> - 1:0.4.0-30
|
||||
- Fix multilib conflicts in lvconfig.h
|
||||
|
||||
Loading…
Reference in New Issue
Block a user