[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: Remove xgcc-avr.
From: |
David Thompson |
Subject: |
07/07: gnu: Remove xgcc-avr. |
Date: |
Mon, 30 May 2016 17:46:44 +0000 (UTC) |
davexunit pushed a commit to branch master
in repository guix.
commit 503a43f3fc58a4c495d205cd694b2d7a4330eed5
Author: David Thompson <address@hidden>
Date: Thu Apr 14 08:48:47 2016 -0400
gnu: Remove xgcc-avr.
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 4856069..a9c337e 100644
--- a/gnu/packages/cross-base.scm
+++ b/gnu/packages/cross-base.scm
@@ -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"))
- branch master updated (983911d -> 503a43f), David Thompson, 2016/05/30
- 05/07: gnu: avr-libc: Update to 2.0.0., David Thompson, 2016/05/30
- 07/07: gnu: Remove xgcc-avr.,
David Thompson <=
- 01/07: gnu: Add avr-binutils., David Thompson, 2016/05/30
- 06/07: gnu: Add avr-toolchain., David Thompson, 2016/05/30
- 02/07: gnu: Add avr-gcc., David Thompson, 2016/05/30
- 03/07: gnu: Add avr-gcc-5., David Thompson, 2016/05/30
- 04/07: gnu: avr-libc: Fix build., David Thompson, 2016/05/30