From 019cdbf79b491a455455975f5add89a7e37200cb Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Mon, 7 Dec 2015 14:13:40 -0700 Subject: 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 Reviewed-on: https://review.coreboot.org/12677 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- toolchain.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'toolchain.inc') diff --git a/toolchain.inc b/toolchain.inc index c32550907cce..bbd99caf8f2d 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) -- cgit v1.2.3