mirror of https://gitee.com/openkylin/qemu.git
removed sh4 user build (not usable yet)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1897 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
691fce48a3
commit
215cf0bed8
|
@ -356,7 +356,7 @@ if test -z "$target_list" ; then
|
||||||
fi
|
fi
|
||||||
# the following are Linux specific
|
# the following are Linux specific
|
||||||
if [ "$user" = "yes" ] ; then
|
if [ "$user" = "yes" ] ; then
|
||||||
target_list="i386-user arm-user armeb-user sparc-user ppc-user mips-user mipsel-user sh4-user $target_list"
|
target_list="i386-user arm-user armeb-user sparc-user ppc-user mips-user mipsel-user $target_list"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
target_list=`echo "$target_list" | sed -e 's/,/ /g'`
|
target_list=`echo "$target_list" | sed -e 's/,/ /g'`
|
||||||
|
|
Loading…
Reference in New Issue