mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
mips user emulation
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1668 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
eeef26cd42
commit
048f6b4df7
10 changed files with 1167 additions and 18 deletions
2
configure
vendored
2
configure
vendored
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue