[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH] Add little endian MIPS configury
From: |
Thiemo Seufer |
Subject: |
[Qemu-devel] [PATCH] Add little endian MIPS configury |
Date: |
Wed, 15 Feb 2006 12:39:06 +0000 |
User-agent: |
Mutt/1.5.11+cvs20060126 |
Hello All,
the appended patch adds the configurations needed for mipsel support.
Thiemo
Index: .cvsignore
===================================================================
RCS file: /sources/qemu/qemu/.cvsignore,v
retrieving revision 1.11
diff -u -p -r1.11 .cvsignore
--- .cvsignore 6 Dec 2005 21:48:41 -0000 1.11
+++ .cvsignore 15 Feb 2006 12:31:28 -0000
@@ -22,5 +22,6 @@ x86_64-softmmu
sparc64-user
sparc64-softmmu
mips-softmmu
+mipsel-softmmu
mips-user
mipsel-user
Index: Makefile
===================================================================
RCS file: /sources/qemu/qemu/Makefile,v
retrieving revision 1.92
diff -u -p -r1.92 Makefile
--- Makefile 8 Feb 2006 22:39:17 -0000 1.92
+++ Makefile 15 Feb 2006 12:31:28 -0000
@@ -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: configure
===================================================================
RCS file: /sources/qemu/qemu/configure,v
retrieving revision 1.82
diff -u -p -r1.82 configure
--- configure 9 Feb 2006 17:58:47 -0000 1.82
+++ configure 15 Feb 2006 12:31:29 -0000
@@ -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"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-devel] [PATCH] Add little endian MIPS configury,
Thiemo Seufer <=