summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-02-19 17:24:28 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-02-19 17:24:28 +0000
commita20b55246958b33cfa1ba1e9847a924d6da2ba38 (patch)
treea447682e3f4108e85b8dcd17576530fd5848936a /configure
parentf512c6fb6ec9a1a19b4ec6592738d4ad029b46af (diff)
downloadhqemu-a20b55246958b33cfa1ba1e9847a924d6da2ba38.zip
hqemu-a20b55246958b33cfa1ba1e9847a924d6da2ba38.tar.gz
suppressed sparc64 targets as they are far from being usable
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1299 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index cc21847..b2ba875 100755
--- 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
OpenPOWER on IntegriCloud