summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2011-06-22 22:25:14 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-06-22 22:25:26 +0200
commit8ae1a9524ebeecc2287731c47aad517904c4f942 (patch)
tree9f3c0ef1900c59188d0e44c11295c6aec0cae636 /configure
parent81ef892ca8a85f0ab6058a3ed40c05a82a151ba5 (diff)
This is to match gcc's {athlon64,k8,opteron}-sse3 -march flags.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 865851d9c1..486ef92633 100755
--- a/configure
+++ b/configure
@@ -2261,7 +2261,7 @@ elif enabled x86; then
disable cmov
;;
# targets that do support conditional mov (cmov)
- i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64|k8|opteron|athlon-fx|core2|amdfam10|barcelona|atom)
+ i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64*|k8*|opteron*|athlon-fx|core2|amdfam10|barcelona|atom)
cpuflags="-march=$cpu"
enable cmov
enable fast_cmov