1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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:
Ludovic Courtès
2017-05-08 15:41:32 +02:00
parent 8872fc0e09
commit a7e5944e9c

View File

@@ -38,7 +38,8 @@
%hydra-supported-systems))
(cross (map (cut package-cross-derivation store
%bootstrap-tarballs <>)
'("mips64el-linux-gnuabi64")))
'("mips64el-linux-gnu"
"arm-linux-gnueabihf")))
(total (append native cross)))
(set-build-options store