From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Cross bootstrap! Date: Wed, 26 Jun 2013 17:33:37 +0200 Message-ID: <87txkkanu6.fsf@gnu.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]:46343) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Urrnt-0004BO-Ri for bug-guix@gnu.org; Wed, 26 Jun 2013 11:38:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Urrns-0004Tk-JR for bug-guix@gnu.org; Wed, 26 Jun 2013 11:38:41 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:33267) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Urrns-0004TX-DI for bug-guix@gnu.org; Wed, 26 Jun 2013 11:38:40 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 4297891C for ; Wed, 26 Jun 2013 17:33:38 +0200 (CEST) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hU2UhDAneOWZ for ; Wed, 26 Jun 2013 17:33:38 +0200 (CEST) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by hera.aquilenet.fr (Postfix) with ESMTPSA id A57AC25B for ; Wed, 26 Jun 2013 17:33:37 +0200 (CEST) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: bug-guix@gnu.org Hello! As of commit 5708485, I have successfully cross-built the 5 tarballs of bootstrap binaries (Coreutils & co., GCC, libc, Binutils, and Guile) for mips64el-linux-gnu (N32). That means that we can cross-build them for any GNU/Linux architecture supported by the tool chain. This will make porting the distro to new architectures much easier. The mips64el-linux-gnu binaries (shortly available from ) appear to work, except perhaps for Guile, which aborts at startup. However, I haven=E2=80=99t been able to debug it, because strace there displays the syscall names, but not their arguments. Anyway, our first target will be mips64el-linux-gnu/N64 so that=E2=80=99s w= hat we should focus on now. Perhaps armel will come next? :-) Ludo=E2=80=99.