mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -122,7 +122,8 @@ (define %packages-to-cross-build
|
|||
|
||||
(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 a new issue