summaryrefslogtreecommitdiff
path: root/tcwg_kernel-build.sh
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2020-10-27 16:02:20 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2020-10-27 16:02:20 +0000
commitbde07f8fd4c0b6910fdb247fea19c8bc4869adcf (patch)
treed37dee43bad56a03466eef46a142c59916d04d9c /tcwg_kernel-build.sh
parentce67992bd50928e8e8d922b87da40f8aa6b2b274 (diff)
tcwg_kernel-build.sh: Print the toolchain_type when unsupported
This is similar to what tcwg_bmk-build.sh already does. Change-Id: Ifc7876307c164324fbe91049ea3030bd00a7d801
Diffstat (limited to 'tcwg_kernel-build.sh')
-rwxr-xr-xtcwg_kernel-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg_kernel-build.sh b/tcwg_kernel-build.sh
index 0010d520..71bf0a09 100755
--- a/tcwg_kernel-build.sh
+++ b/tcwg_kernel-build.sh
@@ -46,7 +46,7 @@ case "${rr[toolchain]}" in
rr[components]="llvm linux" ;;
gnu)
rr[components]="binutils gcc linux" ;;
- *) assert false ;;
+ *) assert_with_msg "Unknown toolchain \"${rr[toolchain]}\"" false ;;
esac
# Use baseline branches by default.