sim-card
/
qemu
Archived
10
0
Fork 0

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
This commit is contained in:
aurel32 2008-12-15 06:34:37 +00:00
parent 8c7f75746e
commit 3147d1e8e6
1 changed files with 2 additions and 0 deletions

2
configure vendored
View File

@ -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