Re: [PATCH v2 06/13] tests: remove GCC < 4 fallbacks

2020-11-27 Thread Alex Bennée
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

Re: [PATCH v2 06/13] tests: remove GCC < 4 fallbacks

2020-11-26 Thread Peter Maydell
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 > ---