Re: [PATCH 05/10] configure: unify two case statements on $cpu

2021-12-17 Thread Richard Henderson
On 12/16/21 12:51 AM, Paolo Bonzini wrote: + s390) +CPU_CFLAGS="-m31" +ARCH=unknown ;; Eh, ok. I could also support removing the case entirely. I don't see the point in having an entry for an unsupported host. This will actively not compile as soon as my safe-signal reorg hits. Othe

[PATCH 05/10] configure: unify two case statements on $cpu

2021-12-16 Thread Paolo Bonzini
Signed-off-by: Paolo Bonzini --- configure | 67 ++- 1 file changed, 32 insertions(+), 35 deletions(-) diff --git a/configure b/configure index a774086891..65df8d02d9 100755 --- a/configure +++ b/configure @@ -635,32 +635,47 @@ else fi ARCH