From 51cd14d3f56f15cb82e63d694a023ce2b02334f9 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sun, 10 Feb 2013 10:30:43 -0800 Subject: [PATCH] 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 Reviewed-by: Peter Maydell Signed-off-by: Aurelien Jarno --- configure | 4 ++++ 1 file changed, 4 insertions(+) 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 \ -- GitLab