diff options
Diffstat (limited to 'toolchain.inc')
-rw-r--r-- | toolchain.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain.inc b/toolchain.inc index c32550907c..bbd99caf8f 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) |