Merge commit '606cc8afa1cb782311f68560c8f9bad978cdcc32'

* commit '606cc8afa1cb782311f68560c8f9bad978cdcc32':
  configure: ppc: Disable ldbrx instruction by default

Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2014-03-19 21:14:27 +01:00
commit 9da88d5e56
1 changed files with 2 additions and 0 deletions

2
configure vendored
View File

@ -3590,6 +3590,8 @@ elif enabled mips; then
elif enabled ppc; then
disable ldbrx
case $(tolower $cpu) in
601|ppc601|powerpc601)
cpuflags="-mcpu=601"