maint: Check whether binaries cross-built to "arm-linux-gnueabihf" are available.
* build-aux/check-available-binaries.scm: Add "arm-linux-gnueabihf" as a cross target.
This commit is contained in:
parent
8872fc0e09
commit
a7e5944e9c
|
@ -38,7 +38,8 @@
|
||||||
%hydra-supported-systems))
|
%hydra-supported-systems))
|
||||||
(cross (map (cut package-cross-derivation store
|
(cross (map (cut package-cross-derivation store
|
||||||
%bootstrap-tarballs <>)
|
%bootstrap-tarballs <>)
|
||||||
'("mips64el-linux-gnuabi64")))
|
'("mips64el-linux-gnu"
|
||||||
|
"arm-linux-gnueabihf")))
|
||||||
(total (append native cross)))
|
(total (append native cross)))
|
||||||
|
|
||||||
(set-build-options store
|
(set-build-options store
|
||||||
|
|
Loading…
Reference in New Issue