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