configure: ppc: Disable ldbrx instruction by default
Only enable it for CPUs that support it.
This restores the behavior prior to 7a650caf.
This commit is contained in:
parent
af9481d701
commit
606cc8afa1
1 changed files with 2 additions and 0 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -3135,6 +3135,8 @@ elif enabled mips; then
|
|||
|
||||
elif enabled ppc; then
|
||||
|
||||
disable ldbrx
|
||||
|
||||
case $(tolower $cpu) in
|
||||
601|ppc601|powerpc601)
|
||||
cpuflags="-mcpu=601"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue