Re: [PATCH 08/15] tests/tcg: add compiler test variables when using containers

2022-03-28 Thread Alex Bennée
Paolo Bonzini writes: > Even for container-based cross compilation use $(CROSS_CC_HAS_*) variables. > This makes the TCG test makefiles oblivious of whether the compiler is > invoked through a container or not. > > Signed-off-by: Paolo Bonzini Reviewed-by: Alex Bennée -- Alex Bennée

[PATCH 08/15] tests/tcg: add compiler test variables when using containers

2022-03-28 Thread Paolo Bonzini
Even for container-based cross compilation use $(CROSS_CC_HAS_*) variables. This makes the TCG test makefiles oblivious of whether the compiler is invoked through a container or not. Signed-off-by: Paolo Bonzini --- tests/tcg/aarch64/Makefile.softmmu-target | 2 +- tests/tcg/aarch64/Makefile.ta