qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 14/24] configure, meson: move pthread_setname_np checks to


From: Paolo Bonzini
Subject: Re: [PATCH v2 14/24] configure, meson: move pthread_setname_np checks to Meson
Date: Wed, 13 Oct 2021 10:14:58 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.0

On 12/10/21 15:35, Thomas Huth wrote:
-# pthread probe
-PTHREADLIBS_LIST="-pthread -lpthread -lpthreadGC2"

Looks like the variants in PTHREADLIBS_LIST were not taking into account for linking anymore since the switch to meson? Are there still recent systems around where this is needed? I guess not, otherwise people would have complained with QEMU v6.x already, thus:

Reviewed-by: Thomas Huth <thuth@redhat.com>

Yes, QEMU has not needed pthreads on Windows for a long time (so no -lpthreadGC2 is needed), and everything else is covered simply by

  threads = dependency('threads')

Paolo




reply via email to

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