diff options
author | pbrook | 2006-03-11 15:51:13 +0100 |
---|---|---|
committer | pbrook | 2006-03-11 15:51:13 +0100 |
commit | 38260998a207df693747877e8d96aa6c68ea29c6 (patch) | |
tree | 554fb1ad0f1f31cb2bd9476e00ba001008ee36dd /Makefile | |
parent | Add missing FORCE_RET() (diff) | |
download | qemu-38260998a207df693747877e8d96aa6c68ea29c6.tar.gz qemu-38260998a207df693747877e8d96aa6c68ea29c6.tar.xz qemu-38260998a207df693747877e8d96aa6c68ea29c6.zip |
mipsel configure support (Thiemo Seufer).
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1771 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -105,6 +105,7 @@ tarbin: $(bindir)/qemu-system-sparc \ $(bindir)/qemu-system-x86_64 \ $(bindir)/qemu-system-mips \ + $(bindir)/qemu-system-mipsel \ $(bindir)/qemu-system-arm \ $(bindir)/qemu-i386 \ $(bindir)/qemu-arm \ |