Re: [PATCH 4/5] configure: Drop dead code attempting to use -msmall-data on alpha hosts

2022-07-20 Thread Thomas Huth
On 20/07/2022 17.26, Peter Maydell wrote: 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 neve

[PATCH 4/5] configure: Drop dead code attempting to use -msmall-data on alpha hosts

2022-07-20 Thread Peter Maydell
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 ad