mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'master' into core-updates
This commit is contained in:
commit
aeafff536f
184 changed files with 8111 additions and 2376 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue