From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Thompson Subject: [PATCH 5/5] gnu: Remove xgcc-avr. Date: Thu, 14 Apr 2016 09:17:04 -0400 Message-ID: <1460639824-9976-6-git-send-email-dthompson2@worcester.edu> References: <1460639824-9976-1-git-send-email-dthompson2@worcester.edu> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44239) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqh90-0000Rb-9C for guix-devel@gnu.org; Thu, 14 Apr 2016 09:17:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aqh8y-0001sr-LB for guix-devel@gnu.org; Thu, 14 Apr 2016 09:17:14 -0400 Received: from mail-qk0-x233.google.com ([2607:f8b0:400d:c09::233]:35403) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqh8y-0001sV-H2 for guix-devel@gnu.org; Thu, 14 Apr 2016 09:17:12 -0400 Received: by mail-qk0-x233.google.com with SMTP id o6so28931783qkc.2 for ; Thu, 14 Apr 2016 06:17:12 -0700 (PDT) In-Reply-To: <1460639824-9976-1-git-send-email-dthompson2@worcester.edu> 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: guix-devel@gnu.org We now have a dedicated package module for the AVR toolchain with important modifications on top of what cross-gcc produces. * gnu/packages/cross-base.scm (xgcc-avr): Delete. --- gnu/packages/cross-base.scm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gnu/packages/cross-base.scm b/gnu/packages/cross-base.scm index aa67d21..9b97e75 100644 --- a/gnu/packages/cross-base.scm +++ b/gnu/packages/cross-base.scm @@ -352,12 +352,6 @@ XBINUTILS and the cross tool chain." (package-supported-systems xgcc) '("mips64el-linux" "i686-linux")))))) -(define-public xgcc-avr - ;; AVR cross-compiler, used to build AVR-Libc. - (let ((triplet "avr")) - (cross-gcc triplet - (cross-binutils triplet)))) - (define-public xgcc-xtensa ;; Bare-bones Xtensa cross-compiler, used to build the Atheros firmware. (cross-gcc "xtensa-elf")) -- 2.7.3