Re: [PULL 35/44] tcg/arm: Remove fallback definition of __ARM_ARCH

2021-09-13 Thread Philippe Mathieu-Daudé
On 9/14/21 2:14 AM, Richard Henderson wrote: > GCC since 4.8 provides the definition and we now require 7.5. FYI we might go back to 7.4 (this doesn't affect this patch): https://gitlab.com/qemu-project/qemu/-/issues/614 > Reviewed-by: Peter Maydell > Signed-off-by: Richard Henderson > --- >

[PULL 35/44] tcg/arm: Remove fallback definition of __ARM_ARCH

2021-09-13 Thread Richard Henderson
GCC since 4.8 provides the definition and we now require 7.5. Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- tcg/arm/tcg-target.h | 19 --- 1 file changed, 19 deletions(-) diff --git a/tcg/arm/tcg-target.h b/tcg/arm/tcg-target.h index d113b7f8db..18bb16c784