Re: [Qemu-devel] [PATCH v2 09/43] docker: extend "cc" command to accept compiler

2018-04-19 Thread Philippe Mathieu-Daudé
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

Re: [Qemu-devel] [PATCH v2 09/43] docker: extend "cc" command to accept compiler

2018-04-19 Thread Fam Zheng
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

[Qemu-devel] [PATCH v2 09/43] docker: extend "cc" command to accept compiler

2018-04-19 Thread Alex Bennée
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