Martin Roth (martinroth@google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14231
-gerrit
commit a44e044b60f3e5da6c58afd7880e64056d308e4f Author: Martin Roth martinroth@google.com Date: Sat Apr 2 11:10:08 2016 -0600
crossgcc/Makefile.inc: Point jenkins build to the correct toolchain
Because the builders have the coreboot cross-compilers in their path, the XGCCPATH variable needs to be set after building the new toolchain before it will be used.
Change-Id: I7c270dab94be7e8f801d527169767018a24986e4 Signed-off-by: Martin Roth martinroth@google.com --- util/crossgcc/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/util/crossgcc/Makefile.inc b/util/crossgcc/Makefile.inc index 5be4c10..752cab6 100644 --- a/util/crossgcc/Makefile.inc +++ b/util/crossgcc/Makefile.inc @@ -72,4 +72,4 @@ jenkins-build-toolchain: $(MAKE) crosstools clang \ BUILDGCC_OPTIONS='-y --nocolor' rm -f .xcompile - $(MAKE) what-jenkins-does + $(MAKE) what-jenkins-does XGCCPATH=$(top)/util/crossgcc/xgcc/bin