docker: extend "cc" command to accept compiler
commit99cfdb866274ae6f68059181528c7d6dd86cc4b2
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 12 Apr 2018 16:18:12 +0000 (12 17:18 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 20 Jun 2018 19:22:34 +0000 (20 20:22 +0100)
tree253b165aa90adeadc7ef53cf1cb967b55f922856
parent5e03c2d816284e1033814fa6e638ed0df0a58d87
docker: extend "cc" command to accept compiler

When calling our cross-compilation images we want to call something
other than the default cc.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Fam Zheng <famz@redhat.com>
tests/docker/docker.py