Andreas Enge <[email protected]> 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’.
