diff options
author | Richard Henderson <rth@twiddle.net> | 2013-02-10 10:30:43 -0800 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2013-03-05 01:58:03 +0100 |
commit | 51cd14d3f56f15cb82e63d694a023ce2b02334f9 (patch) | |
tree | 4bd02f279a5a51d1c8481ea820c8cd23b172d8af /configure | |
parent | ff97090469eb4a5f21a1f482b27382b8205d1232 (diff) |
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-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 \ |