From 606cc8afa1cb782311f68560c8f9bad978cdcc32 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 14 Mar 2014 17:20:59 +0100 Subject: [PATCH] configure: ppc: Disable ldbrx instruction by default Only enable it for CPUs that support it. This restores the behavior prior to 7a650caf. --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index b687790af0..fced12f9bd 100755 --- a/configure +++ b/configure @@ -3135,6 +3135,8 @@ elif enabled mips; then elif enabled ppc; then + disable ldbrx + case $(tolower $cpu) in 601|ppc601|powerpc601) cpuflags="-mcpu=601"