]> Git Repo - qemu.git/commitdiff
mipsel configure support (Thiemo Seufer).
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 11 Mar 2006 14:51:13 +0000 (14:51 +0000)
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 11 Mar 2006 14:51:13 +0000 (14:51 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1771 c046a42c-6fe2-441c-8c8c-71466251a162

.cvsignore
Makefile
configure

index 9ea66ba2751c487769d900edfcf6349c9910340a..2627cd0bd14ec2dec12bcdca73304f21f9606fe8 100644 (file)
@@ -22,5 +22,6 @@ x86_64-softmmu
 sparc64-user
 sparc64-softmmu
 mips-softmmu
+mipsel-softmmu
 mips-user
 mipsel-user
index e69cf47da9f08b5afd7e219c24d16bd61b0e1154..bcc2e07d429f45a2586df0d3fbc9fb1138ccb358 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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 \
index 58759337a56af15d73e0e1aef504dc5316f76958..a0bc4d73195d803e7977eef57a91ce8ea56d4e79 100755 (executable)
--- a/configure
+++ b/configure
@@ -232,7 +232,7 @@ fi
 
 if test -z "$target_list" ; then
 # these targets are portable
-    target_list="i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu mips-softmmu arm-softmmu"
+    target_list="i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu mips-softmmu mipsel-softmmu arm-softmmu"
 # the following are Linux specific
     if [ "$linux" = "yes" ] ; then
         target_list="i386-user arm-user armeb-user sparc-user ppc-user mips-user mipsel-user $target_list"
This page took 0.03203 seconds and 4 git commands to generate.