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 | 230 | target_list="i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu mips-softmmu arm-softmmu" |
231 | 231 | # the following are Linux specific |
232 | 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 | 234 | fi |
235 | 235 | else |
236 | 236 | target_list=$(echo "$target_list" | sed -e 's/,/ /g') |
... | ... | @@ -744,7 +744,7 @@ elif test "$target_cpu" = "x86_64" ; then |
744 | 744 | if test $kqemu = "yes" -a "$target_softmmu" = "yes" -a $cpu = "x86_64" ; then |
745 | 745 | echo "#define USE_KQEMU 1" >> $config_h |
746 | 746 | fi |
747 | -elif test "$target_cpu" = "mips" ; then | |
747 | +elif test "$target_cpu" = "mips" -o "$target_cpu" = "mipsel" ; then | |
748 | 748 | echo "TARGET_ARCH=mips" >> $config_mak |
749 | 749 | echo "#define TARGET_ARCH \"mips\"" >> $config_h |
750 | 750 | echo "#define TARGET_MIPS 1" >> $config_h | ... | ... |