From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:51573) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j9aER-0001ik-8c for guix-patches@gnu.org; Wed, 04 Mar 2020 15:03:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j9aEQ-00035b-Dd for guix-patches@gnu.org; Wed, 04 Mar 2020 15:03:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:35915) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j9aEQ-00035R-BI for guix-patches@gnu.org; Wed, 04 Mar 2020 15:03:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j9aEQ-0006js-8a for guix-patches@gnu.org; Wed, 04 Mar 2020 15:03:02 -0500 Subject: [bug#39918] [PATCH 0/2] Update avr-gcc Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:51495) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j9aDs-0001hG-Tg for guix-patches@gnu.org; Wed, 04 Mar 2020 15:02:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j9aDq-0002bb-Ua for guix-patches@gnu.org; Wed, 04 Mar 2020 15:02:28 -0500 Received: from mugam.systemreboot.net ([139.59.75.54]:43240) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j9aDp-0002UR-Qe for guix-patches@gnu.org; Wed, 04 Mar 2020 15:02:26 -0500 From: Arun Isaac Date: Thu, 5 Mar 2020 01:32:09 +0530 Message-Id: <20200304200209.6309-1-arunisaac@systemreboot.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 39918@debbugs.gnu.org Cc: dannym@scratchpost.org, Arun Isaac , ekaitz@elenq.tech Hi, This patchset updates our avr-gcc to version 7, same as the version of gcc in Guix. I have tentatively deleted other older versions of the avr-toolchain and replaced our avr-libc and avr-toolchain functions with package variables. Do we need to keep all older versions of the avr-toolchain? WDYT? Regards, Arun. Arun Isaac (2): gnu: avr-gcc: Update to 7.4.0. gnu: avr-toolchain: Replace functions with package variables. gnu/packages/avr.scm | 67 +++++++++++++++----------------------------- 1 file changed, 22 insertions(+), 45 deletions(-) -- 2.25.1