summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-11-26 18:47:20 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-11-26 18:47:20 +0000
commit048f6b4df7ca3be292f40f7f56fd4e48edcabbe9 (patch)
tree2d297f570bdc37d620a882181d2dcf8917fcc8b8 /configure
parenteeef26cd428b584a8211cc42185585c840b778f4 (diff)
downloadqemu-048f6b4df7ca3be292f40f7f56fd4e48edcabbe9.tar.gz
mips user emulation
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1668 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index bad61e9609..9a6e547353 100755
--- a/configure
+++ b/configure
@@ -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')