diff options
author | Richard Henderson | 2013-02-10 19:30:43 +0100 |
---|---|---|
committer | Aurelien Jarno | 2013-03-05 01:58:03 +0100 |
commit | 51cd14d3f56f15cb82e63d694a023ce2b02334f9 (patch) | |
tree | 4bd02f279a5a51d1c8481ea820c8cd23b172d8af /configure | |
parent | mips-linux-user: Share o32 code for n32 and n64 signals (diff) | |
download | qemu-51cd14d3f56f15cb82e63d694a023ce2b02334f9.tar.gz qemu-51cd14d3f56f15cb82e63d694a023ce2b02334f9.tar.xz qemu-51cd14d3f56f15cb82e63d694a023ce2b02334f9.zip |
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 \ |