[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: hydra: Add "i586-pc-gnu" as a cross-compilation target.
From: |
Ludovic Courtès |
Subject: |
01/02: hydra: Add "i586-pc-gnu" as a cross-compilation target. |
Date: |
Fri, 20 Jan 2017 22:04:55 +0000 (UTC) |
civodul pushed a commit to branch core-updates
in repository guix.
commit 677b30221b5c4413f7d9316ae4009dd393ef8214
Author: Ludovic Courtès <address@hidden>
Date: Fri Jan 20 22:32:47 2017 +0100
hydra: Add "i586-pc-gnu" as a cross-compilation target.
* build-aux/hydra/gnu-system.scm (%cross-targets): Add "i586-pc-gnu".
---
build-aux/hydra/gnu-system.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm
index f5a37a2..17c224e 100644
--- a/build-aux/hydra/gnu-system.scm
+++ b/build-aux/hydra/gnu-system.scm
@@ -123,8 +123,9 @@ SYSTEM."
'("mips64el-linux-gnu"
"mips64el-linux-gnuabi64"
"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
'("x86_64-linux" "i686-linux"))