On 04/19/2018 10:58 AM, Alex Bennée wrote:
> When calling our cross-compilation images we want to call something
> other than the default cc.
>
> Signed-off-by: Alex Bennée
Reviewed-by: Philippe Mathieu-Daudé
>
> ---
> v2
> - use arg.cc default to simplify logic
> ---
> tests/docker/docker
On Thu, 04/19 14:58, Alex Bennée wrote:
> When calling our cross-compilation images we want to call something
> other than the default cc.
>
> Signed-off-by: Alex Bennée
>
Reviewed-by: Fam Zheng
When calling our cross-compilation images we want to call something
other than the default cc.
Signed-off-by: Alex Bennée
---
v2
- use arg.cc default to simplify logic
---
tests/docker/docker.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/tests/docker/docker.py b/te