Re: [PATCH 03/30] configure: remove useless test

2022-12-16 Thread Daniel P . Berrangé
On Fri, Dec 09, 2022 at 12:23:42PM +0100, Paolo Bonzini wrote: > $cpu is derived from preprocessor defines rather than uname these days, > so do not bother using isainfo on Solaris. Likewise do not recognize > BeOS's uname -m output. > > Signed-off-by: Paolo Bonzini > --- > configure | 12 +

Re: [PATCH 03/30] configure: remove useless test

2022-12-09 Thread Paolo Bonzini
On 12/9/22 12:34, Peter Maydell wrote: -# Using uname is really, really broken. Once we have the right set of checks -# we can eliminate its usage altogether. I note that the fallback if we match no #defines is still "use uname". We can only get rid of that if we're willing to say "must be a kn

Re: [PATCH 03/30] configure: remove useless test

2022-12-09 Thread Peter Maydell
On Fri, 9 Dec 2022 at 11:25, Paolo Bonzini wrote: > > $cpu is derived from preprocessor defines rather than uname these days, > so do not bother using isainfo on Solaris. Likewise do not recognize > BeOS's uname -m output. > > Signed-off-by: Paolo Bonzini > --- > configure | 12 +--- >

[PATCH 03/30] configure: remove useless test

2022-12-09 Thread Paolo Bonzini
$cpu is derived from preprocessor defines rather than uname these days, so do not bother using isainfo on Solaris. Likewise do not recognize BeOS's uname -m output. Signed-off-by: Paolo Bonzini --- configure | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/config