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 12:11:20 +0200 Message-ID: References: <87d1kon1lf.fsf@gnu.org> <87k2ewuj9e.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]:39731) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfOy1-0001oG-G3 for help-guix@gnu.org; Thu, 01 Sep 2016 06:11:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bfOxu-0001hK-Fz for help-guix@gnu.org; Thu, 01 Sep 2016 06:11:28 -0400 Received: from mail-yb0-x230.google.com ([2607:f8b0:4002:c09::230]:34146) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfOxu-0001h0-Bu for help-guix@gnu.org; Thu, 01 Sep 2016 06:11:22 -0400 Received: by mail-yb0-x230.google.com with SMTP id x93so26516303ybh.1 for ; Thu, 01 Sep 2016 03:11:21 -0700 (PDT) In-Reply-To: <87k2ewuj9e.fsf@gnu.org> 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 > Now, in most cases, the tiny Guile derivations created via > =E2=80=98gexp->derivation=E2=80=99 et al. in GuixSD (e.g., the derivation= that builds > the initrd) could use, say, an x86_64 Guile, even if building for > mips64el. However, it would be difficult to take advantage of this > AFAICS. So maybe I am taking the wrong approach. If an hypothetical --target flag would exist, could it use natively built substitutes?