diff --git a/configure b/configure
index 7a711a2af7a0f0e4d7269e4cbaa07e022a6648f7..b39b6d31980d7c3afc980432b9fcd9da69dbda2d 100755
--- a/configure
+++ b/configure
@@ -3842,6 +3842,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)