On 12/16/21 09:51, Paolo Bonzini wrote: > 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. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > configure | 10 ++++------ > tests/tcg/configure.sh | 4 +++- > 2 files changed, 7 insertions(+), 7 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>