mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
hydra: Add "aarch64-linux-gnu" as a cross-compilation target.
* build-aux/hydra/gnu-system.scm (%cross-targets): Add "aarch64-linux-gnu".
This commit is contained in:
parent
1ae04e3511
commit
300211e349
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ (define %cross-targets
|
|||
'("mips64el-linux-gnu"
|
||||
"mips64el-linux-gnuabi64"
|
||||
"arm-linux-gnueabihf"
|
||||
"aarch64-linux-gnu"
|
||||
"i686-w64-mingw32"))
|
||||
|
||||
(define %guixsd-supported-systems
|
||||
|
|
Loading…
Reference in a new issue