aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index bad61e9..9a6e547 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')