[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 03/10] mips-linux-user: Enable mips64 and mipsn32 li
From: |
Richard Henderson |
Subject: |
[Qemu-devel] [PATCH 03/10] mips-linux-user: Enable mips64 and mipsn32 linux-user targets |
Date: |
Sun, 10 Feb 2013 10:30:43 -0800 |
Signed-off-by: Richard Henderson <address@hidden>
---
configure | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/configure b/configure
index 8789324..f36acdd 100755
--- a/configure
+++ b/configure
@@ -978,6 +978,10 @@ microblaze-linux-user \
microblazeel-linux-user \
mips-linux-user \
mipsel-linux-user \
+mips64-linux-user \
+mips64el-linux-user \
+mipsn32-linux-user \
+mipsn32el-linux-user \
or32-linux-user \
ppc-linux-user \
ppc64-linux-user \
--
1.8.1.2
- [Qemu-devel] [PATCH 00/10] Support mips64/mipsn32-linux-user, Richard Henderson, 2013/02/10
- [Qemu-devel] [PATCH 01/10] mips-linux-user: Delete n32 and n64 signal stubs, Richard Henderson, 2013/02/10
- [Qemu-devel] [PATCH 02/10] mips-linux-user: Share o32 code for n32 and n64 signals, Richard Henderson, 2013/02/10
- [Qemu-devel] [PATCH 03/10] mips-linux-user: Enable mips64 and mipsn32 linux-user targets,
Richard Henderson <=
- [Qemu-devel] [PATCH 06/10] mips64-linux-user: Enable 64-bit address mode and fpu, Richard Henderson, 2013/02/10
- [Qemu-devel] [PATCH 05/10] mips-linux-user: Fix n32 and n64 syscalls, Richard Henderson, 2013/02/10
- [Qemu-devel] [PATCH 04/10] mips-linux-user: Save and restore fpu and dsp from sigcontext, Richard Henderson, 2013/02/10