summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorbellard2006-06-21 20:37:05 +0200
committerbellard2006-06-21 20:37:05 +0200
commit65ce8c2fb438c8685dbcd28784a0b0ba2b484e5f (patch)
treee5c5f2f4c38d8d2d22101bb9070488c32885cc12 /configure
parentsparc branch fix (Blue Swirl) (diff)
downloadqemu-65ce8c2fb438c8685dbcd28784a0b0ba2b484e5f.tar.gz
qemu-65ce8c2fb438c8685dbcd28784a0b0ba2b484e5f.tar.xz
qemu-65ce8c2fb438c8685dbcd28784a0b0ba2b484e5f.zip
soft floats for SPARC (Blue Swirl)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2000 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 57b59aaa08..59dcee48f5 100755
--- a/configure
+++ b/configure
@@ -850,7 +850,7 @@ if test "$target_user_only" = "yes" ; then
echo "#define CONFIG_USER_ONLY 1" >> $config_h
fi
-if test "$target_cpu" = "arm" -o "$target_cpu" = "armeb" ; then
+if test "$target_cpu" = "arm" -o "$target_cpu" = "armeb" -o "$target_cpu" = "sparc" -o "$target_cpu" = "sparc64"; then
echo "CONFIG_SOFTFLOAT=yes" >> $config_mak
echo "#define CONFIG_SOFTFLOAT 1" >> $config_h
fi