From 4c3b156a26311fb178a8f0b0c03167dfe403c075 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Tue, 22 Mar 2016 13:05:42 -0600 Subject: Makefile: Update jenkins-build-toolchain to run build tests Add coreboot build tests after running the toolchain build. This verifies that everything still builds with the new toolchain. Change-Id: Ifa51db897925c0b77791c83bbcbfd75045c907b5 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/14156 Reviewed-by: Stefan Reinauer Tested-by: build bot (Jenkins) --- util/crossgcc/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util') diff --git a/util/crossgcc/Makefile.inc b/util/crossgcc/Makefile.inc index dfa1ec829e..5be4c10f36 100644 --- a/util/crossgcc/Makefile.inc +++ b/util/crossgcc/Makefile.inc @@ -71,3 +71,5 @@ endif # ifeq ($(COMPILER_OUT_OF_DATE),1) jenkins-build-toolchain: $(MAKE) crosstools clang \ BUILDGCC_OPTIONS='-y --nocolor' + rm -f .xcompile + $(MAKE) what-jenkins-does -- cgit v1.2.3