diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-15 06:34:37 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-15 06:34:37 +0000 |
commit | 3147d1e8e611e24a2ccaff46cfcb8b953260222c (patch) | |
tree | 3c9d2bb5f1189dd894143d738a7afda5ba36881d /configure | |
parent | 8c7f75746efbf13f933dc8f85a74a04ead3b2bd4 (diff) | |
download | qemu-3147d1e8e611e24a2ccaff46cfcb8b953260222c.tar.gz qemu-3147d1e8e611e24a2ccaff46cfcb8b953260222c.tar.bz2 qemu-3147d1e8e611e24a2ccaff46cfcb8b953260222c.zip |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1654,6 +1654,8 @@ if test "$target_cpu" = "arm" \ -o "$target_cpu" = "mipsn32el" \ -o "$target_cpu" = "mips64" \ -o "$target_cpu" = "mips64el" \ + -o "$target_cpu" = "ppc" \ + -o "$target_cpu" = "ppc64" \ -o "$target_cpu" = "sparc" \ -o "$target_cpu" = "sparc64" \ -o "$target_cpu" = "sparc32plus"; then |