From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: Cross-building GuixSD (and maybe using pre-built toolchains) Date: Thu, 1 Sep 2016 00:13:46 +0200 Message-ID: References: <87d1kon1lf.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]:36431) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfDla-0006TO-AI for help-guix@gnu.org; Wed, 31 Aug 2016 18:13:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bfDlW-0002Md-4u for help-guix@gnu.org; Wed, 31 Aug 2016 18:13:53 -0400 Received: from mail-yw0-x22a.google.com ([2607:f8b0:4002:c05::22a]:33227) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfDlU-0002M2-V7 for help-guix@gnu.org; Wed, 31 Aug 2016 18:13:50 -0400 Received: by mail-yw0-x22a.google.com with SMTP id r9so39741525ywg.0 for ; Wed, 31 Aug 2016 15:13:47 -0700 (PDT) In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: help-guix@gnu.org >> I think there=E2=80=99s currently no easy way to cross build a full Guix= SD >> anyway, like =E2=80=98guix system build --target=3Dmips64el-linux-gnu=E2= =80=99 (the >> --target flag doesn=E2=80=99t exist yet). Or did you experiment in this= area? I'm operating under the assumption that when using the --target flag packages aren't substituteable (since cross-compiling a package will likely not yield the same result as natively compiling it) in which case the --target flag would only be useful for either bootstrapping or optimizing guixsd for an embedded system or something like that.