Re: [PATCH v3 12/13] linux-user: remove GNUC check

2020-12-10 Thread Philippe Mathieu-Daudé
On 12/10/20 2:47 PM, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > QEMU requires Clang or GCC, that define and support __GNUC__ extensions. > > Signed-off-by: Marc-André Lureau > Reviewed-by: Peter Maydell > --- > linux-user/strace.c | 4 > 1 file changed, 4 deletions(

[PATCH v3 12/13] linux-user: remove GNUC check

2020-12-10 Thread marcandre . lureau
From: Marc-André Lureau QEMU requires Clang or GCC, that define and support __GNUC__ extensions. Signed-off-by: Marc-André Lureau Reviewed-by: Peter Maydell --- linux-user/strace.c | 4 1 file changed, 4 deletions(-) diff --git a/linux-user/strace.c b/linux-user/strace.c index 11fea14fb