Author: jarod
Update of /cvs/free/rpms/mythtv/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv32113
Modified Files:
mythtv.spec
Log Message:
* Sat Jun 19 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-5
- One more try at a 32-bit x86 F11 i586 build w/both mmx and no cmov
Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/F-11/mythtv.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- mythtv.spec 18 Jun 2010 12:00:50 -0000 1.46
+++ mythtv.spec 20 Jun 2010 02:15:04 -0000 1.47
@@ -966,8 +966,11 @@
--extra-cflags="%{optflags} -fomit-frame-pointer" \
--extra-cxxflags="%{optflags} -fomit-frame-pointer" \
%endif
-%ifarch %{ix86}
- --cpu=%{_target_cpu} --tune=%{_target_cpu} --enable-mmx \
+%ifarch i586
+ --cpu=pentium-mmx --tune=i586 --enable-mmx \
+%endif
+%ifarch i686
+ --cpu=i686 --tune=i686 --enable-mmx \
%endif
%if %{with_proc_opt}
--enable-proc-opt \
@@ -1479,6 +1482,9 @@
################################################################################
%changelog
+* Sat Jun 19 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-5
+- One more try at a 32-bit x86 F11 i586 build w/both mmx and no cmov
+
* Wed Jun 16 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-4
- Update to release-0-23-fixes branch, svn revision 25124
- Add anti-vuvuzela-filter patch from mythtv ticket #8568, because
Show replies by date