bug-guix
[Top][All Lists]
Advanced

[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: Mon, 11 Feb 2013 23:10:38 +0100
User-agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux)

Andreas Enge <address@hidden> skribis:

> Am Montag, 11. Februar 2013 schrieb Ludovic Courtès:
>> So, with the ‘mips64el’ branch, you should be able to download them and
>> get started.
>
> Could you update the links and hashes in the branch? When trying to build 
> guix on mips64el, I get the following:

It’s just the Guile tarball that fails to be downloaded, because
build-aux/download.scm is simple-minded and only tries one URL, which is
alpha.gnu.org.

So you can either temporarily modify build-aux/download.scm to point to
fdn.fr/..., or download the file in question by hand and check its hash
against the one that’s in Makefile.am.

> Nixos on my machine uses the abi n32 (long and void* have 32 bits, long 
> long 64). I would like to switch to abi 64 (long with 64 bits); we might be 
> the first distribution supporting this mode. Do we need a completely 
> separate toolchain for this? In the debian distribution also installed on 
> the machine, there is a separate lib64 directory, and it is enough to pass 
> the flag "-mabi=64" to gcc.

N64 seems to be appealing, at least for bignum-consuming apps.  The
binaries Nikita provided appear to be N32, which may mean they can only
be used to built N32 binaries?

Thanks,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]