hydra: Add "i586-pc-gnu" as a cross-compilation target.
* build-aux/hydra/gnu-system.scm (%cross-targets): Add "i586-pc-gnu".
This commit is contained in:
parent
539108e113
commit
677b30221b
|
@ -123,8 +123,9 @@ SYSTEM."
|
||||||
'("mips64el-linux-gnu"
|
'("mips64el-linux-gnu"
|
||||||
"mips64el-linux-gnuabi64"
|
"mips64el-linux-gnuabi64"
|
||||||
"arm-linux-gnueabihf"
|
"arm-linux-gnueabihf"
|
||||||
"i686-w64-mingw32"
|
"powerpc-linux-gnu"
|
||||||
"powerpc-linux-gnu"))
|
"i586-pc-gnu" ;aka. GNU/Hurd
|
||||||
|
"i686-w64-mingw32"))
|
||||||
|
|
||||||
(define %guixsd-supported-systems
|
(define %guixsd-supported-systems
|
||||||
'("x86_64-linux" "i686-linux"))
|
'("x86_64-linux" "i686-linux"))
|
||||||
|
|
Loading…
Reference in New Issue