Commit 38260998a207df693747877e8d96aa6c68ea29c6
1 parent
647c5930
mipsel configure support (Thiemo Seufer).
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1771 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
3 changed files
with
3 additions
and
1 deletions
.cvsignore
Makefile
| @@ -105,6 +105,7 @@ tarbin: | @@ -105,6 +105,7 @@ tarbin: | ||
| 105 | $(bindir)/qemu-system-sparc \ | 105 | $(bindir)/qemu-system-sparc \ |
| 106 | $(bindir)/qemu-system-x86_64 \ | 106 | $(bindir)/qemu-system-x86_64 \ |
| 107 | $(bindir)/qemu-system-mips \ | 107 | $(bindir)/qemu-system-mips \ |
| 108 | + $(bindir)/qemu-system-mipsel \ | ||
| 108 | $(bindir)/qemu-system-arm \ | 109 | $(bindir)/qemu-system-arm \ |
| 109 | $(bindir)/qemu-i386 \ | 110 | $(bindir)/qemu-i386 \ |
| 110 | $(bindir)/qemu-arm \ | 111 | $(bindir)/qemu-arm \ |
configure
| @@ -232,7 +232,7 @@ fi | @@ -232,7 +232,7 @@ fi | ||
| 232 | 232 | ||
| 233 | if test -z "$target_list" ; then | 233 | if test -z "$target_list" ; then |
| 234 | # these targets are portable | 234 | # these targets are portable |
| 235 | - target_list="i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu mips-softmmu arm-softmmu" | 235 | + target_list="i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu mips-softmmu mipsel-softmmu arm-softmmu" |
| 236 | # the following are Linux specific | 236 | # the following are Linux specific |
| 237 | if [ "$linux" = "yes" ] ; then | 237 | if [ "$linux" = "yes" ] ; then |
| 238 | target_list="i386-user arm-user armeb-user sparc-user ppc-user mips-user mipsel-user $target_list" | 238 | target_list="i386-user arm-user armeb-user sparc-user ppc-user mips-user mipsel-user $target_list" |