Remove a no longer needed -mmmx CFLAGS addition

i686 default CFLAGS already include -msse2, which implies -mmmx.
This commit is contained in:
Kalev Lember 2021-01-19 10:27:12 +01:00
parent a08f17db44
commit db453d0293

View File

@ -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