From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: MIPS64/N64 support Date: Wed, 04 Sep 2013 14:18:56 +0200 Message-ID: <87zjrswzin.fsf@gnu.org> References: <87vc2o4qwc.fsf@gnu.org> <87y57kljro.fsf@karetnikov.org> <87li3dd844.fsf_-_@karetnikov.org> <87d2opy6qa.fsf@gnu.org> <87r4d577ab.fsf@karetnikov.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHC7w-0001Zc-7i for guix-devel@gnu.org; Wed, 04 Sep 2013 08:24:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VHC7r-0003ng-66 for guix-devel@gnu.org; Wed, 04 Sep 2013 08:24:04 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:36303) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHC7r-0003nV-09 for guix-devel@gnu.org; Wed, 04 Sep 2013 08:23:59 -0400 In-Reply-To: <87r4d577ab.fsf@karetnikov.org> (Nikita Karetnikov's message of "Wed, 04 Sep 2013 04:35:40 +0400") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Nikita Karetnikov Cc: guix-devel@gnu.org Nikita Karetnikov skribis: >> If you can cross-compile (really: substitute) them from x86_64, the >> better (you can even log in to hydra.gnu.org and get them from there.) >> Otherwise let me know and we=E2=80=99ll arrange something. > > $ ./pre-inst-env guix build binutils-static-stripped-tarball \ > bootstrap-binaries \ > gcc-stripped-tarball \ > glibc-stripped-tarball \ > guile-static-stripped-tarball \ > guile-2.0.9 \ > -s x86_64-linux --target=3Dmips64el-linux-gnu= abi64 Oh indeed, using =E2=80=98-s=E2=80=99 was a good idea. Note that =E2=80=98= guix build bootstrap-tarballs=E2=80=99 is even faster to type. > Which Guile do I need? The stripped one, right? The one that=E2=80=99s in the output of =E2=80=98guix build bootstrap-tarba= lls=E2=80=99 (I forgot the name.) Ludo=E2=80=99.