From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Why do we not cross-compile bootstrap binaries? Date: Sun, 26 Nov 2017 23:03:43 +0100 Message-ID: <87fu90vgsg.fsf@gnu.org> References: <87lgiwsds8.fsf@gmail.com> 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]:58324) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eJ51p-0002Qd-2Q for guix-devel@gnu.org; Sun, 26 Nov 2017 17:04:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eJ51k-0004vP-9X for guix-devel@gnu.org; Sun, 26 Nov 2017 17:03:57 -0500 Received: from [2a01:474::1] (port=34164 helo=hera.aquilenet.fr) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eJ51k-0004vA-29 for guix-devel@gnu.org; Sun, 26 Nov 2017 17:03:52 -0500 In-Reply-To: <87lgiwsds8.fsf@gmail.com> (Chris Marusich's message of "Thu, 23 Nov 2017 16:47:51 -0800") List-Id: "Development of GNU Guix and the GNU System distribution." 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" To: Chris Marusich Cc: guix-devel@gnu.org Hello, In practice, apart from x86_64-linux which was bootstrapped on NixOS, we always cross-compile to bootstrap new architectures: https://www.gnu.org/software/guix/manual/html_node/Porting.html That was the case for all the non-Intel arches and for GNU/Hurd. Is that what you meant? Ludo=E2=80=99.