Commit 606cc8af authored by Diego Biurrun's avatar Diego Biurrun

configure: ppc: Disable ldbrx instruction by default

Only enable it for CPUs that support it.
This restores the behavior prior to 7a650caf.
parent af9481d7
......@@ -3135,6 +3135,8 @@ elif enabled mips; then
elif enabled ppc; then
disable ldbrx
case $(tolower $cpu) in
601|ppc601|powerpc601)
cpuflags="-mcpu=601"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment