diff --git a/Changelog b/Changelog
index 737f3ede28f92a69606eaeb756f942c58fea10f4..6e42ec76c672599b0862073aad2c7ebf0cf0c76d 100644
--- a/Changelog
+++ b/Changelog
@@ -13,7 +13,7 @@ version 0.7.3:
   - Linux host serial port access
   - Linux host low level parallel port access
   - New network emulation code supporting VLANs.
-  - MIPS User Linux emulation
+  - MIPS and MIPSel User Linux emulation
   - MIPS fixes to boot Linux (Daniel Jacobowitz)
   - NX bit support
   - Initial SPARC SMP support (Blue Swirl)
diff --git a/Makefile b/Makefile
index 332058642a5502190eff0d00a7b2677e996eb695..cfa7df571cf3393cc2c2d693480b705820f6642c 100644
--- a/Makefile
+++ b/Makefile
@@ -118,10 +118,14 @@ tarbin:
 	$(bindir)/qemu-system-sparc \
 	$(bindir)/qemu-system-x86_64 \
 	$(bindir)/qemu-system-mips \
+	$(bindir)/qemu-system-arm \
 	$(bindir)/qemu-i386 \
         $(bindir)/qemu-arm \
+        $(bindir)/qemu-armeb \
         $(bindir)/qemu-sparc \
         $(bindir)/qemu-ppc \
+        $(bindir)/qemu-mips \
+        $(bindir)/qemu-mipsel \
         $(bindir)/qemu-img \
 	$(datadir)/bios.bin \
 	$(datadir)/vgabios.bin \