[coreboot-gerrit] New patch to review for coreboot: util/crossgcc: pass build options to jenkins-build-toolchain

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Wed Dec 7 18:47:29 CET 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17766

-gerrit

commit adf9d2d585a6b936e0b0deb6f9200af1df8036fe
Author: Martin Roth <martinroth at google.com>
Date:   Wed Dec 7 10:45:55 2016 -0700

    util/crossgcc: pass build options to jenkins-build-toolchain
    
    This allows the make jenkins-build-toolchain to accept the
    BUILDGCC_OPTIONS variable.  Previously, the options were hardcoded.
    
    Change-Id: I5f4c1d3fc8c714ec3640356ae3c86ae157f486d2
    Signed-off-by: Martin Roth <martinroth at 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 cf900ba..38ecee9 100644
--- a/util/crossgcc/Makefile.inc
+++ b/util/crossgcc/Makefile.inc
@@ -73,7 +73,7 @@ endif # ifeq ($(COMPILER_OUT_OF_DATE),1)
 
 # This target controls what the jenkins builder tests
 jenkins-build-toolchain:
-	$(MAKE) crosstools clang KEEP_SOURCES=1 BUILDGCC_OPTIONS='-y --nocolor'
+	$(MAKE) crosstools clang KEEP_SOURCES=1 BUILDGCC_OPTIONS='$(if $(BUILDGCC_OPTIONS),$(BUILDGCC_OPTIONS),-y --nocolor -b)'
 	rm -f .xcompile
 	PATH=$(if $(DEST),$(DEST)/bin,$(top)/util/crossgcc/xgcc/bin):$$PATH; $(MAKE) what-jenkins-does
 	-cat .xcompile



More information about the coreboot-gerrit mailing list