mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: cross-gcc: Handle AVR inputs.
* gnu/packages/cross-base.scm (cross-gcc)[native-inputs]: Add case to handle AVR. Change-Id: I1ac38b721ed807302747cecb5fb1f6075694a01a Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
dfc1701724
commit
58490a9311
1 changed files with 3 additions and 0 deletions
|
@ -355,6 +355,9 @@ (define* (cross-gcc target
|
||||||
("libc" ,libc))
|
("libc" ,libc))
|
||||||
`(,@inputs
|
`(,@inputs
|
||||||
("mingw-source" ,(package-source mingw-w64)))))
|
("mingw-source" ,(package-source mingw-w64)))))
|
||||||
|
((and libc (target-avr? target))
|
||||||
|
`(,@inputs
|
||||||
|
("libc" ,libc)))
|
||||||
(libc
|
(libc
|
||||||
`(,@inputs
|
`(,@inputs
|
||||||
("libc" ,libc)
|
("libc" ,libc)
|
||||||
|
|
Loading…
Reference in a new issue