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: Paolo Bonzini
Subject: Re: [PULL 07/16] configure, meson: move ARCH to meson.build
Date: Tue, 19 Jul 2022 20:10:45 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0

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?).

Paolo



reply via email to

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