mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: avr-gcc-4.9: Build with GCC 5.
* gnu/packages/avr.scm (avr-gcc-4.9)[native-inputs]: Add gcc-5.
This commit is contained in:
parent
bed0c4c83d
commit
081f767e8c
1 changed files with 4 additions and 1 deletions
|
@ -67,7 +67,10 @@ (define-public avr-gcc-4.9
|
|||
(files '("avr/include")))
|
||||
(search-path-specification
|
||||
(variable "CROSS_LIBRARY_PATH")
|
||||
(files '("avr/lib"))))))))
|
||||
(files '("avr/lib")))))
|
||||
(native-inputs
|
||||
`(("gcc" ,gcc-5)
|
||||
,@(package-native-inputs xgcc))))))
|
||||
|
||||
(define-public avr-gcc-5
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue