Commit c20eb473620d13c5913e2102e32a048599f62404
1 parent
01f5e596
mipsel-user target
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1699 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
2 additions
and
2 deletions
configure
@@ -230,7 +230,7 @@ if test -z "$target_list" ; then | @@ -230,7 +230,7 @@ if test -z "$target_list" ; then | ||
230 | target_list="i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu mips-softmmu arm-softmmu" | 230 | target_list="i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu mips-softmmu arm-softmmu" |
231 | # the following are Linux specific | 231 | # the following are Linux specific |
232 | if [ "$linux" = "yes" ] ; then | 232 | if [ "$linux" = "yes" ] ; then |
233 | - target_list="i386-user arm-user armeb-user sparc-user ppc-user mips-user $target_list" | 233 | + target_list="i386-user arm-user armeb-user sparc-user ppc-user mips-user mipsel-user $target_list" |
234 | fi | 234 | fi |
235 | else | 235 | else |
236 | target_list=$(echo "$target_list" | sed -e 's/,/ /g') | 236 | target_list=$(echo "$target_list" | sed -e 's/,/ /g') |
@@ -744,7 +744,7 @@ elif test "$target_cpu" = "x86_64" ; then | @@ -744,7 +744,7 @@ elif test "$target_cpu" = "x86_64" ; then | ||
744 | if test $kqemu = "yes" -a "$target_softmmu" = "yes" -a $cpu = "x86_64" ; then | 744 | if test $kqemu = "yes" -a "$target_softmmu" = "yes" -a $cpu = "x86_64" ; then |
745 | echo "#define USE_KQEMU 1" >> $config_h | 745 | echo "#define USE_KQEMU 1" >> $config_h |
746 | fi | 746 | fi |
747 | -elif test "$target_cpu" = "mips" ; then | 747 | +elif test "$target_cpu" = "mips" -o "$target_cpu" = "mipsel" ; then |
748 | echo "TARGET_ARCH=mips" >> $config_mak | 748 | echo "TARGET_ARCH=mips" >> $config_mak |
749 | echo "#define TARGET_ARCH \"mips\"" >> $config_h | 749 | echo "#define TARGET_ARCH \"mips\"" >> $config_h |
750 | echo "#define TARGET_MIPS 1" >> $config_h | 750 | echo "#define TARGET_MIPS 1" >> $config_h |