summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2015-04-29 23:30:15 +0200
committerZheng Bao <zheng.bao@amd.com>2015-04-30 04:12:19 +0200
commitae5ab604d51815bfed964017fad815c002aca9fe (patch)
treef2edc1c7a70369b590f0ad004af9ef8f32377170 /util
parentb8179087afea63bc10c950eb3406b4fc94a3997f (diff)
downloadcoreboot-ae5ab604d51815bfed964017fad815c002aca9fe.tar.gz
coreboot-ae5ab604d51815bfed964017fad815c002aca9fe.tar.bz2
coreboot-ae5ab604d51815bfed964017fad815c002aca9fe.zip
crossgcc: improve error message on missing tools
People were confused about the 'missing toolchain', so improve the error message. Change-Id: Icaee338aeedce2255bcfdafe5407c9df02ad9c4a Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: http://review.coreboot.org/10036 Tested-by: build bot (Jenkins) Reviewed-by: Idwer Vollering <vidwer@gmail.com>
Diffstat (limited to 'util')
-rwxr-xr-xutil/crossgcc/buildgcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index f2faefb56c90..a29a338d9c28 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -125,7 +125,7 @@ searchtool()
fi
fi
fi
- printf "${RED}ERROR:${red} Missing toolchain: $1${NC}\n" >&2
+ printf "${RED}ERROR:${red} Missing tool: Please install $1 (eg using your OS packaging system)${NC}\n" >&2
[ -z "$3" ] && exit 1
false
}