Commit 215cf0bed85ea55efbc53306e092c4780bf4933c

Authored by bellard
1 parent 691fce48

removed sh4 user build (not usable yet)


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1897 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
configure
@@ -356,7 +356,7 @@ if test -z "$target_list" ; then @@ -356,7 +356,7 @@ if test -z "$target_list" ; then
356 fi 356 fi
357 # the following are Linux specific 357 # the following are Linux specific
358 if [ "$user" = "yes" ] ; then 358 if [ "$user" = "yes" ] ; then
359 - target_list="i386-user arm-user armeb-user sparc-user ppc-user mips-user mipsel-user sh4-user $target_list" 359 + target_list="i386-user arm-user armeb-user sparc-user ppc-user mips-user mipsel-user $target_list"
360 fi 360 fi
361 else 361 else
362 target_list=`echo "$target_list" | sed -e 's/,/ /g'` 362 target_list=`echo "$target_list" | sed -e 's/,/ /g'`