mips user emulation

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1668 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2005-11-26 18:47:20 +00:00
parent eeef26cd42
commit 048f6b4df7
10 changed files with 1167 additions and 18 deletions

2
configure vendored
View file

@ -230,7 +230,7 @@ if test -z "$target_list" ; then
target_list="i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu mips-softmmu arm-softmmu"
# the following are Linux specific
if [ "$linux" = "yes" ] ; then
target_list="i386-user arm-user armeb-user sparc-user ppc-user $target_list"
target_list="i386-user arm-user armeb-user sparc-user ppc-user mips-user $target_list"
fi
else
target_list=$(echo "$target_list" | sed -e 's/,/ /g')