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:
parent
dc0322b511
commit
6ef6246cfc
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue