OSDN Git Service

configure: unify ppc64 and ppc64le
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 9 Nov 2021 08:18:20 +0000 (09:18 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 18 Dec 2021 09:57:36 +0000 (10:57 +0100)
commitd8ff892dc23e9921db49d2053036240675bb50f8
tree2cd6913107b2c513ace57aa782d7906a16afce91
parente4da0e39dfce5366b22b3e28ec63d0470c1df550
configure: unify ppc64 and ppc64le

The only difference between the two, as far as either configure or
Meson are concerned, is the default endianness of the compiler.

For tests/tcg, specify the endianness explicitly on the command line;
for configure, do the same so that it is possible to have --cpu=ppc64le
on a bigendian system or vice versa.  Apart from this, cpu=ppc64le can
be normalized to ppc64 also in configure and not just in the meson
cross file.

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure
tests/tcg/configure.sh