[coreboot-gerrit] New patch to review for coreboot: toolchain.inc: print XGCCPATH if it's set

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Mon Dec 7 22:37:37 CET 2015


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

-gerrit

commit 4951f7094a53ea4e9fcfb4674312e912c9bf9151
Author: Martin Roth <martinroth at google.com>
Date:   Mon Dec 7 14:13:40 2015 -0700

    toolchain.inc: print XGCCPATH if it's set
    
    To help a user debug issues, print the current XGCCPATH value if
    it's set.
    
    Change-Id: I69afdd1c93cfd4747547ecad0d5e1ab4c87511b7
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 toolchain.inc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/toolchain.inc b/toolchain.inc
index 94b0bc4..a73ecaa 100644
--- a/toolchain.inc
+++ b/toolchain.inc
@@ -164,6 +164,10 @@ $(if $(shell if [ -n "$(IASL)" ]; then $(IASL) -v 2>&1 | grep -q "$(shell util/c
 endif
 endif
 ifeq ($(COMPILERFAIL),1)
+ifneq ($(XGCCPATH),)
+$(warning )
+$(warning Path to your toolchain is currently set to '$(XGCCPATH)')
+endif
 $(warning )
 $(warning To build the entire coreboot toolchain: make crossgcc)
 ifeq ($(IASLFAIL),1)



More information about the coreboot-gerrit mailing list