Commit 3147d1e8e611e24a2ccaff46cfcb8b953260222c
1 parent
8c7f7574
configure: switch to CONFIG_SOFTFLOAT for PPC
softfloat-native currently only supports one FPU context, while we need at least 3 of them for the PPC target (FPU, SPE, AVR). Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6041 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
2 additions
and
0 deletions
configure
... | ... | @@ -1654,6 +1654,8 @@ if test "$target_cpu" = "arm" \ |
1654 | 1654 | -o "$target_cpu" = "mipsn32el" \ |
1655 | 1655 | -o "$target_cpu" = "mips64" \ |
1656 | 1656 | -o "$target_cpu" = "mips64el" \ |
1657 | + -o "$target_cpu" = "ppc" \ | |
1658 | + -o "$target_cpu" = "ppc64" \ | |
1657 | 1659 | -o "$target_cpu" = "sparc" \ |
1658 | 1660 | -o "$target_cpu" = "sparc64" \ |
1659 | 1661 | -o "$target_cpu" = "sparc32plus"; then | ... | ... |