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: Fri, 17 Feb 2017 05:34:24 -0500 (EST)

efraim pushed a commit to branch core-updates
in repository guix.

commit ac16cf3ece815d02c708cc00da958cf52e158ba6
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 17c224e..53fa637 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"
     "powerpc-linux-gnu"
     "i586-pc-gnu"                                 ;aka. GNU/Hurd
     "i686-w64-mingw32"))



reply via email to

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