From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 03/10] gnu: Add propeller-gcc. Date: Sat, 31 Dec 2016 01:33:02 +0100 Message-ID: <87d1g9545d.fsf@gnu.org> References: <20161226160452.19939-1-rekado@elephly.net> <20161226160452.19939-3-rekado@elephly.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49684) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cN7bg-0003nT-7T for guix-devel@gnu.org; Fri, 30 Dec 2016 19:33:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cN7bd-0004tA-4l for guix-devel@gnu.org; Fri, 30 Dec 2016 19:33:08 -0500 In-Reply-To: <20161226160452.19939-3-rekado@elephly.net> (Ricardo Wurmus's message of "Mon, 26 Dec 2016 17:04:45 +0100") 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: Ricardo Wurmus Cc: guix-devel@gnu.org Ricardo Wurmus skribis: > * gnu/packages/embedded.scm (propeller-gcc): New variable. [...] > + (native-search-paths > + (list (search-path-specification > + (variable "CROSS_C_INCLUDE_PATH") > + (files '("propeller-elf/include"))) > + (search-path-specification > + (variable "CROSS_LIBRARY_PATH") > + (files '("propeller-elf/lib"))))) Could you add a comment explaining this file layout convention? Otherwise LGTM!