summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--toolchain.inc4
1 files changed, 4 insertions, 0 deletions
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)