From 6ef6246cfc3d79545ef1c30e925088b9c48aa2df Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 20 Oct 2016 15:43:22 +0200 Subject: hydra: Add "arm-linux-gnueabihf" as a cross-compilation target. * build-aux/hydra/gnu-system.scm (%cross-targets): Add "arm-linux-gnueabihf". --- build-aux/hydra/gnu-system.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build-aux') diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm index a84cdebbad..26c7b3ca45 100644 --- a/build-aux/hydra/gnu-system.scm +++ b/build-aux/hydra/gnu-system.scm @@ -122,7 +122,8 @@ SYSTEM." (define %cross-targets '("mips64el-linux-gnu" - "mips64el-linux-gnuabi64")) + "mips64el-linux-gnuabi64" + "arm-linux-gnueabihf")) (define (demo-os) "Return the \"demo\" 'operating-system' structure." -- cgit v1.2.3