configure: Disable i686 for i586 and lower CPUs

pull/113/head
Mikulas Patocka 10 years ago committed by Diego Biurrun
parent 2d589273dd
commit 9030c58a78
  1. 1
      configure

1
configure vendored

@ -3296,6 +3296,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)

Loading…
Cancel
Save