summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2013-02-10 10:30:43 -0800
committerAurelien Jarno <aurelien@aurel32.net>2013-03-05 01:58:03 +0100
commit51cd14d3f56f15cb82e63d694a023ce2b02334f9 (patch)
tree4bd02f279a5a51d1c8481ea820c8cd23b172d8af /configure
parentff97090469eb4a5f21a1f482b27382b8205d1232 (diff)
downloadqemu-51cd14d3f56f15cb82e63d694a023ce2b02334f9.tar.gz
mips-linux-user: Enable mips64 and mipsn32 linux-user targets
At this point we can enable compilation, though things still don't work. Signed-off-by: Richard Henderson <rth@twiddle.net> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 19738ac968..08dcc26434 100755
--- 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 \