aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_drc.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2022-07-20 16:26:30 +0100
committerPeter Maydell <peter.maydell@linaro.org>2022-07-26 13:42:04 +0100
commitaca5001dab50e8279826650e57abedd4f0d9765f (patch)
treee35f7ff23d03d9ed3a382c9071b7fc8158796af3 /hw/ppc/spapr_drc.c
parent65842b03d112070bbc3216841eb879c1fc42523a (diff)
downloadqemu-aca5001dab50e8279826650e57abedd4f0d9765f.zip
qemu-aca5001dab50e8279826650e57abedd4f0d9765f.tar.gz
qemu-aca5001dab50e8279826650e57abedd4f0d9765f.tar.bz2
configure: Drop dead code attempting to use -msmall-data on alpha hosts
In commit 823eb013452e93d we moved the setting of ARCH from configure to meson.build, but we accidentally left behind one attempt to use $ARCH in configure, which was trying to add -msmall-data to the compiler flags on Alpha hosts. Since ARCH is now never set, the test always fails and we never add the flag. There isn't actually any need to use this compiler flag on Alpha: the original intent was that it would allow us to simplify our TCG codegen on that platform, but we never actually made the TCG changes that would rely on -msmall-data. Drop the effectively-dead code from configure, as we don't need it. This was spotted by shellcheck: In ./configure line 2254: case "$ARCH" in ^---^ SC2153: Possible misspelling: ARCH may not be assigned, but arch is. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-id: 20220720152631.450903-5-peter.maydell@linaro.org
Diffstat (limited to 'hw/ppc/spapr_drc.c')
0 files changed, 0 insertions, 0 deletions