From 9eba675e549c48860601a4018df7756b57623e93 Mon Sep 17 00:00:00 2001 From: Mikulas Patocka Date: Mon, 15 Sep 2014 05:11:21 -0700 Subject: [PATCH] configure: Disable i686 for i586 and lower CPUs (cherry picked from commit b37bfbfbe53917820d1f97312fa0b2e8c7a15217) Signed-off-by: Reinhard Tartler --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 35f9d5cdc8..b4ba1e0b9b 100755 --- a/configure +++ b/configure @@ -3121,6 +3121,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)