diff --git a/configure b/configure index 2fc0858ed93d479ed7947a4ed9f99f715392bed5..a96d43d80534dfe03cf773c9af59a1259e86b6ba 100755 --- a/configure +++ b/configure @@ -2005,7 +2005,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) + i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64|k8|opteron|athlon-fx|core2|amdfam10|barcelona) cpuflags="-march=$cpu" enable cmov enable fast_cmov