[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Porting to mips64el
From: |
Ludovic Courtès |
Subject: |
Re: Porting to mips64el |
Date: |
Sun, 03 Mar 2013 22:26:32 +0100 |
User-agent: |
Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux) |
Nikita Karetnikov <address@hidden> skribis:
>> I’m making progress, but it may still be a week before it’s all in
>> place.
>
> I'm willing to try this [1]. What should I adjust to build with n64?
> (My previous attempt: [2].)
>
> [1] https://lists.gnu.org/archive/html/bug-guix/2013-02/msg00290.html
> [2] https://lists.gnu.org/archive/html/bug-guix/2013-02/msg00247.html
To get a cross-toolchain for MIPS/n64, you would need to adjust
cross-base.scm to pass --with-arch and similar flags somehow.
But then all you get is a cross-toolchain. In the absence of special
support from Guix, you’d have to build things manually with that
cross-toolchain, which won’t be particularly great.
I’d rather give a first stab at Guix support for cross-compilation, so
you can start using it.
WDYT?
Ludo’.