Revision 38260998

b/.cvsignore
22 22
sparc64-user
23 23
sparc64-softmmu
24 24
mips-softmmu
25
mipsel-softmmu
25 26
mips-user
26 27
mipsel-user
b/Makefile
105 105
	$(bindir)/qemu-system-sparc \
106 106
	$(bindir)/qemu-system-x86_64 \
107 107
	$(bindir)/qemu-system-mips \
108
	$(bindir)/qemu-system-mipsel \
108 109
	$(bindir)/qemu-system-arm \
109 110
	$(bindir)/qemu-i386 \
110 111
        $(bindir)/qemu-arm \
b/configure
232 232

  
233 233
if test -z "$target_list" ; then
234 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 236
# the following are Linux specific
237 237
    if [ "$linux" = "yes" ] ; then
238 238
        target_list="i386-user arm-user armeb-user sparc-user ppc-user mips-user mipsel-user $target_list"

Also available in: Unified diff