From e83a580e4b4e9656e92daf4e402dceca8a31e69a Mon Sep 17 00:00:00 2001 From: Giacomo Tesio Date: Sat, 26 Nov 2016 10:48:59 +0100 Subject: [PATCH] continuous-build.sh: add cross-compiler to $PATH --- continuous-build.sh | 1 + devshell.sh | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/continuous-build.sh b/continuous-build.sh index 7211e8f..4a19f82 100755 --- a/continuous-build.sh +++ b/continuous-build.sh @@ -6,6 +6,7 @@ if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then cd .. export JEHANNE=`pwd` export PATH="$JEHANNE/hacking/bin:$PATH" + export PATH="$JEHANNE/hacking/cross/toolchain/bin:$PATH" export SH=`which rc` export ARCH=amd64 git clean -xdf . diff --git a/devshell.sh b/devshell.sh index 7351497..4558698 100755 --- a/devshell.sh +++ b/devshell.sh @@ -1,7 +1,6 @@ #!/bin/bash export JEHANNE=`git rev-parse --show-toplevel` export PATH="$JEHANNE/hacking/bin:$PATH" -export PATH="$JEHANNE/hacking/third_party/src/github.com/JehanneOS/devtools-kencc/bin:$PATH" export PATH="$JEHANNE/hacking/cross/toolchain/bin:$PATH" export ARCH=amd64