diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2017-01-26 11:28:28 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2017-02-17 12:33:55 +0200 |
commit | ac16cf3ece815d02c708cc00da958cf52e158ba6 (patch) | |
tree | db9d2db50136720364ec411b9640fd7f0fcfae12 /build-aux/hydra | |
parent | c5481600bbc27111f154e22c37ebc0824a575b26 (diff) | |
download | patches-ac16cf3ece815d02c708cc00da958cf52e158ba6.tar patches-ac16cf3ece815d02c708cc00da958cf52e158ba6.tar.gz |
hydra: Add "aarch64-linux-gnu" as a cross-compilation target.
* build-aux/hydra/gnu-system.scm (%cross-targets): Add
"aarch64-linux-gnu".
Diffstat (limited to 'build-aux/hydra')
-rw-r--r-- | build-aux/hydra/gnu-system.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm index 17c224ea4e..53fa637f14 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")) |