]> Git Repo - qemu.git/commitdiff
mips-linux-user: Enable mips64 and mipsn32 linux-user targets
authorRichard Henderson <[email protected]>
Sun, 10 Feb 2013 18:30:43 +0000 (10:30 -0800)
committerAurelien Jarno <[email protected]>
Tue, 5 Mar 2013 00:58:03 +0000 (01:58 +0100)
At this point we can enable compilation, though things
still don't work.

Signed-off-by: Richard Henderson <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
configure

index 19738ac9686b99d1452374a0ee62a33d14eb89a8..08dcc26434661028f4c69b9f298933cff72a3103 100755 (executable)
--- a/configure
+++ b/configure
@@ -986,6 +986,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 \
This page took 0.033151 seconds and 4 git commands to generate.