gnu: Remove xgcc-avr.
authorDavid Thompson <dthompson@vistahigherlearning.com>
Thu, 14 Apr 2016 12:48:47 +0000 (08:48 -0400)
committerDavid Thompson <dthompson2@worcester.edu>
Mon, 30 May 2016 17:45:21 +0000 (13:45 -0400)
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

index 4856069..a9c337e 100644 (file)
@@ -376,12 +376,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"))