suppressed sparc64 targets as they are far from being usable
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 19 Feb 2005 17:24:28 +0000 (17:24 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 19 Feb 2005 17:24:28 +0000 (17:24 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1299 c046a42c-6fe2-441c-8c8c-71466251a162

configure

index cc21847c8f90d2587748d7c2da9f6b7d6b4eb2ef..b2ba875a3fd1a23155e7d0fac806d325bc1f3e6b 100755 (executable)
--- a/configure
+++ b/configure
@@ -200,10 +200,10 @@ fi
 
 if test -z "$target_list" ; then
 # these targets are portable
-    target_list="i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu sparc64-softmmu"
+    target_list="i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu"
 # the following are Linux specific
     if [ "$linux" = "yes" ] ; then
-        target_list="i386-user arm-user armeb-user sparc-user ppc-user sparc64-user $target_list"
+        target_list="i386-user arm-user armeb-user sparc-user ppc-user $target_list"
     fi
 fi