On 12/10/2021 13.12, Paolo Bonzini wrote:
This makes the pthreads check dead in configure, so remove it
as well.

Signed-off-by: Paolo Bonzini <pbonz...@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lur...@redhat.com>
Message-Id: <20211007130829.632254-9-pbonz...@redhat.com>
Signed-off-by: Paolo Bonzini <pbonz...@redhat.com>
---
  configure                | 78 ----------------------------------------
  meson.build              | 23 ++++++++++++
  util/qemu-thread-posix.c |  5 ++-
  3 files changed, 25 insertions(+), 81 deletions(-)

diff --git a/configure b/configure
index 52f89b05d6..a1e142d5f8 100755
--- a/configure
+++ b/configure
@@ -3146,71 +3146,6 @@ if test "$modules" = yes; then
      fi
  fi
-##########################################
-# 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 <th...@redhat.com>


Reply via email to