3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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:
Efraim Flashner 2018-01-28 22:36:58 +02:00
parent b253e7b9ac
commit a1f531273c
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -372,7 +372,7 @@ also initializes the boards (RAM etc).")
`(,@(if (not same-arch?)
`(("cross-gcc" ,(cross-gcc triplet #:xgcc gcc-7))
("cross-binutils" ,(cross-binutils triplet)))
'())
`(("gcc-7" ,gcc-7)))
,@(package-native-inputs u-boot)))
(arguments
`(#:modules ((ice-9 ftw) (guix build utils) (guix build gnu-build-system))