From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 3/5] gnu: avr-libc: Fix build. Date: Thu, 14 Apr 2016 19:26:49 +0200 Message-ID: <87twj4je3q.fsf@gnu.org> References: <1460639824-9976-1-git-send-email-dthompson2@worcester.edu> <1460639824-9976-4-git-send-email-dthompson2@worcester.edu> 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]:42739) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aql2e-00051o-Lx for guix-devel@gnu.org; Thu, 14 Apr 2016 13:26:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aql2Z-00022c-ND for guix-devel@gnu.org; Thu, 14 Apr 2016 13:26:56 -0400 In-Reply-To: <1460639824-9976-4-git-send-email-dthompson2@worcester.edu> (David Thompson's message of "Thu, 14 Apr 2016 09:17:02 -0400") 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: David Thompson Cc: guix-devel@gnu.org David Thompson skribis: > * gnu/packages/avr.scm (avr-libc): Update to 2.0.0. > [native-inputs]: Use new avr-gcc and avr-binutils. > [arguments]: Add phase to unset C_INCLUDE_PATH. Please make the update a separate patch, which you can push right away. ;-) I think the rest won=E2=80=99t be needed given my comments on patch #2. Ludo=E2=80=99.