[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 6/6] hydra: Add "aarch64-linux-gnu" as a cross-compilation target
From: |
Efraim Flashner |
Subject: |
[PATCH 6/6] hydra: Add "aarch64-linux-gnu" as a cross-compilation target. |
Date: |
Thu, 9 Feb 2017 20:45:10 +0200 |
* 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 17c224ea4..53fa637f1 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"))
--
2.11.1
- Re: [PATCH 3/6] daemon: On aarch64, use increments of 16 on the stack., (continued)
[PATCH 4/6] gnu: Add bootstrap-binaries for 'aarch64-linux'., Efraim Flashner, 2017/02/09
[PATCH 6/6] hydra: Add "aarch64-linux-gnu" as a cross-compilation target.,
Efraim Flashner <=