Peter Maydell writes:
> On Thu, 26 Nov 2020 at 11:30, wrote:
>>
>> From: Marc-André Lureau
>>
>> Since commit efc6c07 ("configure: Add a test for the minimum compiler
>> version"), QEMU explicitely depends on GCC >= 4.8.
technically the tests/tcg tests don't depend on the same compilers as
t
On Thu, 26 Nov 2020 at 11:30, wrote:
>
> From: Marc-André Lureau
>
> Since commit efc6c07 ("configure: Add a test for the minimum compiler
> version"), QEMU explicitely depends on GCC >= 4.8.
>
> (clang >= 3.8 advertizes itself as GCC >= 4.2 compatible)
>
> Signed-off-by: Marc-André Lureau
> ---