From patchwork Sun Feb 10 18:30:43 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [03/10] mips-linux-user: Enable mips64 and mipsn32 linux-user targets Date: Sun, 10 Feb 2013 08:30:43 -0000 From: Richard Henderson X-Patchwork-Id: 219512 Message-Id: <1360521050-29680-4-git-send-email-rth@twiddle.net> To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, riku.voipio@iki.fi, aurelien@aurel32.net Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell --- 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 \