diff mbox

[03/10] mips-linux-user: Enable mips64 and mipsn32 linux-user targets

Message ID 1360521050-29680-4-git-send-email-rth@twiddle.net
State New
Headers show

Commit Message

Richard Henderson Feb. 10, 2013, 6:30 p.m. UTC
Signed-off-by: Richard Henderson <rth@twiddle.net>
---
 configure | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Richard Henderson Feb. 11, 2013, 4:04 p.m. UTC | #1
On 2013-02-10 10:30, Richard Henderson wrote:
> Signed-off-by: Richard Henderson<rth@twiddle.net>
> ---
>   configure | 4 ++++
>   1 file changed, 4 insertions(+)

At this point we can enable compilation, though things
still don't work.


r~
Peter Maydell Feb. 11, 2013, 5:05 p.m. UTC | #2
On 11 February 2013 16:04, Richard Henderson <rth@twiddle.net> wrote:
> On 2013-02-10 10:30, Richard Henderson wrote:
>>
>> Signed-off-by: Richard Henderson<rth@twiddle.net>
>> ---
>>   configure | 4 ++++
>>   1 file changed, 4 insertions(+)
>
>
> At this point we can enable compilation, though things
> still don't work.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

-- PMM
diff mbox

Patch

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 \