summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2015-12-07 14:13:40 -0700
committerMartin Roth <martinroth@google.com>2015-12-16 01:22:59 +0100
commit019cdbf79b491a455455975f5add89a7e37200cb (patch)
tree57b4fc99382da811bc1182aa591ff05df798f6b3
parent6b07cba70fa25ebce4c764a0d7309c34e5964d74 (diff)
downloadcoreboot-staging-019cdbf79b491a455455975f5add89a7e37200cb.zip
coreboot-staging-019cdbf79b491a455455975f5add89a7e37200cb.tar.gz
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@google.com> Reviewed-on: https://review.coreboot.org/12677 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
-rw-r--r--toolchain.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain.inc b/toolchain.inc
index c325509..bbd99ca 100644
--- a/toolchain.inc
+++ b/toolchain.inc
@@ -164,6 +164,10 @@ endif
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)
OpenPOWER on IntegriCloud