hydra: Add "arm-linux-gnueabihf" as a cross-compilation target.

* build-aux/hydra/gnu-system.scm (%cross-targets): Add
"arm-linux-gnueabihf".
This commit is contained in:
Ludovic Courtès 2016-10-20 15:43:22 +02:00
parent dc0322b511
commit 6ef6246cfc
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 1 deletions

View File

@ -122,7 +122,8 @@ SYSTEM."
(define %cross-targets
'("mips64el-linux-gnu"
"mips64el-linux-gnuabi64"))
"mips64el-linux-gnuabi64"
"arm-linux-gnueabihf"))
(define (demo-os)
"Return the \"demo\" 'operating-system' structure."