From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: Guix with U-Boot Date: Mon, 29 Aug 2016 20:56:53 +0200 Message-ID: References: <20160822132018.19828-1-david@craven.ch> <20160822132018.19828-6-david@craven.ch> <20160827104228.5db67f6a@scratchpost.org> <20160829123149.0e260af6@scratchpost.org> <20160829161919.5277eb35@scratchpost.org> <20160829201656.4390d2db@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37719) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beRjx-0001Lk-Dm for guix-devel@gnu.org; Mon, 29 Aug 2016 14:57:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1beRjt-0003Yi-8J for guix-devel@gnu.org; Mon, 29 Aug 2016 14:57:00 -0400 Received: from mail-yw0-x235.google.com ([2607:f8b0:4002:c05::235]:34648) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beRjr-0003YG-V6 for guix-devel@gnu.org; Mon, 29 Aug 2016 14:56:57 -0400 Received: by mail-yw0-x235.google.com with SMTP id z8so91786098ywa.1 for ; Mon, 29 Aug 2016 11:56:54 -0700 (PDT) In-Reply-To: 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: Danny Milosavljevic Cc: guix-devel FYI your editor is using dos style /n/r newlines. Don't know if that is your intention. Are you on windows? O.O xD On Mon, Aug 29, 2016 at 8:20 PM, David Craven wrote: >> Note: It should infer the correct u-boot to use on its own - at least that's the intention with the whole make-u-boot-package thing. > > Did you see the updated u-boot patch? It includes support for > cross-compilation, so make-u-boot-package takes a xgcc package and a > target triplet as arguments. So it probably broke the inference.