mipsel target
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 6 Dec 2005 21:42:17 +0000 (21:42 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 6 Dec 2005 21:42:17 +0000 (21:42 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1698 c046a42c-6fe2-441c-8c8c-71466251a162

Makefile.target

index adc8537139ec623685880c81f910b3fc71dcb2b7..093d40c8ecb0886aca2ca79e81970fc8cff84fa4 100644 (file)
@@ -30,9 +30,17 @@ ifeq ($(TARGET_ARCH),arm)
   else
     QEMU_USER=qemu-arm
   endif
+else
+ifeq ($(TARGET_ARCH),mips)
+  ifeq ($(TARGET_WORDS_BIGENDIAN),yes)
+    QEMU_USER=qemu-mips
+  else
+    QEMU_USER=qemu-mipsel
+  endif
 else
   QEMU_USER=qemu-$(TARGET_ARCH)
 endif
+endif
 # system emulator name
 ifdef CONFIG_SOFTMMU
 ifeq ($(TARGET_ARCH), i386)