]> git.pld-linux.org Git - packages/mythtv.git/commitdiff
- not all i586 have mmx, so don't enable it (thx ankry)
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 16 Oct 2005 19:34:13 +0000 (19:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mythtv.spec -> 1.36

mythtv.spec

index 20450574a961bde79b5e69e5ac7c87e37b32f5a2..a8b57993f067fcaf142e7ca62b069fb6f2322f15 100644 (file)
@@ -11,7 +11,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
@@ -283,7 +283,7 @@ _lib=%{_lib} \
                        --arch=athlon --enable-mmx \
                %else
                        --cpu=i386 --tune=pentium4 \
-                       %ifnarch i386 i486
+                       %ifnarch i386 i486 i586
                                --enable-mmx \
                        %endif
                %endif
This page took 0.080041 seconds and 4 git commands to generate.