From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH 3/3] gnu: Add newlib-nano-arm-none-eabi. Date: Sun, 02 Oct 2016 20:47:32 +0200 Message-ID: <87lgy637wb.fsf@elephly.net> References: <20160918063513.11027-1-rekado@elephly.net> <20160918063513.11027-4-rekado@elephly.net> <87oa3hlk72.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51330) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqlng-000599-JR for guix-devel@gnu.org; Sun, 02 Oct 2016 14:47:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bqlne-0006mD-Dg for guix-devel@gnu.org; Sun, 02 Oct 2016 14:47:47 -0400 In-reply-to: <87oa3hlk72.fsf@gnu.org> 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> * gnu/packages/embedded.scm (newlib-nano-arm-none-eabi): New variable. > > [...] > >> +(define-public newlib-nano-arm-none-eabi >> + (package (inherit newlib-arm-none-eabi) >> + (name "newlib-nano") > > I think it should be “newlib-minimal”, no? Or does “nano” have a > special meaning? The variant of newlib that targets small systems with limited memory and other size constraints is commonly called “newlib-nano” on the mailing lists and in other distributions. The configure flags also mention “nano”, as does the documentation, but there’s no separate project for “newlib nano”. It’s just newlib with the nano flags. > Also, make sure to add a synopsis that mentions its minimalness, and > maybe a comment stating what the intended use case is, or how the > feature set was chosen. Okay, I’ll override the synopsis. ~~ Ricardo