guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: hydra: Add "aarch64-linux-gnu" as a cross-compilation target.


From: Efraim Flashner
Subject: 01/01: hydra: Add "aarch64-linux-gnu" as a cross-compilation target.
Date: Tue, 14 Feb 2017 16:42:09 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 300211e3498dcaf1a1e7f5186f5d77bb20fa66b1
Author: Efraim Flashner <address@hidden>
Date:   Thu Jan 26 11:28:28 2017 +0200

    hydra: Add "aarch64-linux-gnu" as a cross-compilation target.
    
    * build-aux/hydra/gnu-system.scm (%cross-targets): Add
    "aarch64-linux-gnu".
---
 build-aux/hydra/gnu-system.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm
index e406ed9..a9df44a 100644
--- a/build-aux/hydra/gnu-system.scm
+++ b/build-aux/hydra/gnu-system.scm
@@ -123,6 +123,7 @@ SYSTEM."
   '("mips64el-linux-gnu"
     "mips64el-linux-gnuabi64"
     "arm-linux-gnueabihf"
+    "aarch64-linux-gnu"
     "i686-w64-mingw32"))
 
 (define %guixsd-supported-systems



reply via email to

[Prev in Thread] Current Thread [Next in Thread]