SPECS: mythtv.spec - not all i586 have mmx, so don't enable it (th...

glen glen at pld-linux.org
Sun Oct 16 21:34:18 CEST 2005


Author: glen                         Date: Sun Oct 16 19:34:18 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- not all i586 have mmx, so don't enable it (thx ankry)

---- Files affected:
SPECS:
   mythtv.spec (1.35 -> 1.36) 

---- Diffs:

================================================================
Index: SPECS/mythtv.spec
diff -u SPECS/mythtv.spec:1.35 SPECS/mythtv.spec:1.36
--- SPECS/mythtv.spec:1.35	Sun Sep 25 19:50:12 2005
+++ SPECS/mythtv.spec	Sun Oct 16 21:34:13 2005
@@ -12,7 +12,7 @@
 #  to use "--with cpu_autodetect" to let mythtv decide for you.
 #
 # Conditional build:
-%bcond_with	cpu_autodetect	# enable CPU autodetection at compile time
+%bcond_with	cpu_autodetect	# enable CPU autodetection at compile time (sets "-march", "-mcpu" compile flags really)
 %bcond_without	lirc		# lirc support
 %bcond_without	alsa		# alsa support
 %bcond_without	oss			# oss support
@@ -284,7 +284,7 @@
 			--arch=athlon --enable-mmx \
 		%else
 			--cpu=i386 --tune=pentium4 \
-			%ifnarch i386 i486
+			%ifnarch i386 i486 i586
 				--enable-mmx \
 			%endif
 		%endif
@@ -441,6 +441,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.36  2005/10/16 19:34:13  glen
+- not all i586 have mmx, so don't enable it (thx ankry)
+
 Revision 1.35  2005/09/25 17:50:12  glen
 - i586 has mmx
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mythtv.spec?r1=1.35&r2=1.36&f=u




More information about the pld-cvs-commit mailing list