summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-19 21:14:27 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-03-19 21:14:32 +0100
commit9da88d5e56a8969bbd9c08c1ed6fbf2c6e57ba67 (patch)
treec0693f7a15279c28ef310caa0725dbb490d5db27 /configure
parent2ef6c0fdf56903eae4bb945daa62128da2c7fa13 (diff)
parent606cc8afa1cb782311f68560c8f9bad978cdcc32 (diff)
Merge commit '606cc8afa1cb782311f68560c8f9bad978cdcc32'
* commit '606cc8afa1cb782311f68560c8f9bad978cdcc32': configure: ppc: Disable ldbrx instruction by default Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index b41e0dc8d5..f744e4c897 100755
--- a/configure
+++ b/configure
@@ -3590,6 +3590,8 @@ elif enabled mips; then
elif enabled ppc; then
+ disable ldbrx
+
case $(tolower $cpu) in
601|ppc601|powerpc601)
cpuflags="-mcpu=601"