configure: cleanup $cpu tests
commitf9c77801f4992fae99392ccbb60596dfa1fcf04a
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 12 Oct 2022 13:27:03 +0000 (12 15:27 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 5 Jan 2023 23:50:32 +0000 (6 00:50 +0100)
tree5bc5a18b100bb49ae5c1ee19c8fb2899af8bb583
parent91cd485a6dcbc8210666d19146fe73b8664f0418
configure: cleanup $cpu tests

$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.

Keep the other, less OS-specific canonicalizations for the benefit
of people using --cpu.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure