From: Mikulas Patocka Date: Mon, 15 Sep 2014 12:11:21 +0000 (-0700) Subject: configure: Disable i686 for i586 and lower CPUs X-Git-Tag: v11.4~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b37bfbfbe53917820d1f97312fa0b2e8c7a15217;p=platform%2Fupstream%2Flibav.git configure: Disable i686 for i586 and lower CPUs --- diff --git a/configure b/configure index 33a7a85..dd97ddf 100755 --- a/configure +++ b/configure @@ -3282,6 +3282,7 @@ elif enabled x86; then case $cpu in i[345]86|pentium) cpuflags="-march=$cpu" + disable i686 disable mmx ;; # targets that do NOT support nopl and conditional mov (cmov)