On Wed, 27 Jan 2021 at 21:49, Philippe Mathieu-Daudé wrote:
>
> On 1/26/21 4:58 PM, Peter Maydell wrote:
> > Move the preadv availability check to meson.build. This is what we
> > want to be doing for host-OS-feature-checks anyway, but it also fixes
> > a problem with building for macOS with the
On 1/26/21 4:58 PM, Peter Maydell wrote:
> Move the preadv availability check to meson.build. This is what we
> want to be doing for host-OS-feature-checks anyway, but it also fixes
> a problem with building for macOS with the most recent XCode SDK on a
> Catalina host.
>
> On that configuration,
On 26/01/21 16:58, Peter Maydell wrote:
Move the preadv availability check to meson.build. This is what we
want to be doing for host-OS-feature-checks anyway, but it also fixes
a problem with building for macOS with the most recent XCode SDK on a
Catalina host.
On that configuration, 'preadv()'
Move the preadv availability check to meson.build. This is what we
want to be doing for host-OS-feature-checks anyway, but it also fixes
a problem with building for macOS with the most recent XCode SDK on a
Catalina host.
On that configuration, 'preadv()' is provided as a weak symbol, so
that pro