Commit a20b55246958b33cfa1ba1e9847a924d6da2ba38

Authored by bellard
1 parent f512c6fb

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
Showing 1 changed file with 2 additions and 2 deletions
configure
@@ -200,10 +200,10 @@ fi @@ -200,10 +200,10 @@ fi
200 200
201 if test -z "$target_list" ; then 201 if test -z "$target_list" ; then
202 # these targets are portable 202 # these targets are portable
203 - target_list="i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu sparc64-softmmu" 203 + target_list="i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu"
204 # the following are Linux specific 204 # the following are Linux specific
205 if [ "$linux" = "yes" ] ; then 205 if [ "$linux" = "yes" ] ; then
206 - target_list="i386-user arm-user armeb-user sparc-user ppc-user sparc64-user $target_list" 206 + target_list="i386-user arm-user armeb-user sparc-user ppc-user $target_list"
207 fi 207 fi
208 fi 208 fi
209 209