diff options
author | Mikulas Patocka | 2014-09-15 05:11:21 -0700 |
---|---|---|
committer | Diego Biurrun | 2014-09-16 03:48:13 -0700 |
commit | 9030c58a780a02fb8256cb75cd39275eaad786d1 (patch) | |
tree | 856b56d08514c6f5ac08cb94b705aeb6312c7a54 | |
parent | 2d589273dd36c5eb271a035ea0e669b64dae257f (diff) |
configure: Disable i686 for i586 and lower CPUs
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |