mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: u-boot: Use newer GCC even during native compiles.
* gnu/packages/bootloaders.scm (u-boot)[native-inputs]: Add gcc-7 even when not cross-compiling.
This commit is contained in:
parent
b253e7b9ac
commit
a1f531273c
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ (define (make-u-boot-package board triplet)
|
||||||
`(,@(if (not same-arch?)
|
`(,@(if (not same-arch?)
|
||||||
`(("cross-gcc" ,(cross-gcc triplet #:xgcc gcc-7))
|
`(("cross-gcc" ,(cross-gcc triplet #:xgcc gcc-7))
|
||||||
("cross-binutils" ,(cross-binutils triplet)))
|
("cross-binutils" ,(cross-binutils triplet)))
|
||||||
'())
|
`(("gcc-7" ,gcc-7)))
|
||||||
,@(package-native-inputs u-boot)))
|
,@(package-native-inputs u-boot)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((ice-9 ftw) (guix build utils) (guix build gnu-build-system))
|
`(#:modules ((ice-9 ftw) (guix build utils) (guix build gnu-build-system))
|
||||||
|
|
Loading…
Reference in a new issue