projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
2d58927
)
configure: Disable i686 for i586 and lower CPUs
author
Mikulas Patocka
<mikulas@artax.karlin.mff.cuni.cz>
Mon, 15 Sep 2014 12:11:21 +0000
(
05:11
-0700)
committer
Diego Biurrun
<diego@biurrun.de>
Tue, 16 Sep 2014 10:48:13 +0000
(
03:48
-0700)
configure
patch
|
blob
|
blame
|
history
diff --git
a/configure
b/configure
index
6e210bb
..
a7b3c55
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-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)