Browse Source

configure: Disable i686 for i586 and lower CPUs

tags/n2.4.10
Mikulas Patocka Vittorio Giovara 11 years ago
parent
commit
b37bfbfbe5
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      configure

+ 1
- 0
configure View File

@@ -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)


Loading…
Cancel
Save