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: Fri, 2 Sep 2016 20:52:51 +0200 Message-ID: References: <201608302326.38349.paul@boddie.org.uk> <201608312349.49957.paul@boddie.org.uk> <87shtkujko.fsf@gnu.org> <201609011751.42108.paul@boddie.org.uk> 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]:55282) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bftaF-0004ly-RZ for help-guix@gnu.org; Fri, 02 Sep 2016 14:53:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bftaA-0006X3-Tk for help-guix@gnu.org; Fri, 02 Sep 2016 14:52:58 -0400 Received: from mail-yw0-x22e.google.com ([2607:f8b0:4002:c05::22e]:33374) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfta9-0006Wr-MP for help-guix@gnu.org; Fri, 02 Sep 2016 14:52:54 -0400 Received: by mail-yw0-x22e.google.com with SMTP id l8so7625862ywb.0 for ; Fri, 02 Sep 2016 11:52:52 -0700 (PDT) In-Reply-To: <201609011751.42108.paul@boddie.org.uk> 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 > There=E2=80=99s an untested hack to illustrate: Thanks! I think I got it kind of working - but we'll have to see after there's a armhf kernel available. When adding cross-compilation support to the linux-libre package I noticed that native-inputs are in #:key native-inputs when cross-compiling but not when compiling natively. I think this is a problem because we can't just use #:key native-inputs instead of #:key inputs when adding support for cross-compilation. WDYT?