qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PULL 07/16] configure, meson: move ARCH to meson.build


From: Richard Henderson
Subject: Re: [PULL 07/16] configure, meson: move ARCH to meson.build
Date: Wed, 20 Jul 2022 06:21:54 +0530
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

On 7/19/22 23:40, Paolo Bonzini wrote:
On 7/19/22 15:00, Peter Maydell wrote:
shellcheck points out that this (old) commit removed the code
setting ARCH from configure, but left behind a use of it:

case "$ARCH" in
alpha)
   # Ensure there's only a single GP
   QEMU_CFLAGS="-msmall-data $QEMU_CFLAGS"
;;
esac

Presumably meson.build needs to do some equivalent of this ?

Yeah, I'll send a patch before 7.1 gets out (Richard, as the resident Alpha guy do you why it is needed?).

It was to allow simplifying assumptions in the jit for tcg/alpha, the patches for which were on list but never committed.

This can be dropped.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]