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
|
@ -123,6 +123,7 @@ SYSTEM."
|
||||||
'("mips64el-linux-gnu"
|
'("mips64el-linux-gnu"
|
||||||
"mips64el-linux-gnuabi64"
|
"mips64el-linux-gnuabi64"
|
||||||
"arm-linux-gnueabihf"
|
"arm-linux-gnueabihf"
|
||||||
|
"aarch64-linux-gnu"
|
||||||
"i686-w64-mingw32"))
|
"i686-w64-mingw32"))
|
||||||
|
|
||||||
(define %guixsd-supported-systems
|
(define %guixsd-supported-systems
|
||||||
|
|
Loading…
Reference in New Issue