Commit 9030c58a authored by Mikulas Patocka's avatar Mikulas Patocka Committed by Diego Biurrun

configure: Disable i686 for i586 and lower CPUs

parent 2d589273
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment