]> git.ipfire.org Git - thirdparty/glibc.git/commit
malloc: Link large tcache tests with $(shared-thread-library)
authorFlorian Weimer <fweimer@redhat.com>
Thu, 19 Jun 2025 04:30:12 +0000 (06:30 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 19 Jun 2025 10:42:12 +0000 (12:42 +0200)
commit124bf1fb6b85e201275764c8f5d046861eb6ed65
treec4d9fa1ebd9cd28a267421bc2d0f3285e259fbee
parent0ef7965e5b251473f7d451739324c45b0fefaf1a
malloc: Link large tcache tests with $(shared-thread-library)

Introduce tests-link-with-libpthread to list tests that
require linking with libpthread, and use that to generate
dependencies on $(shared-thread-library) for all multi-threaded tests.

Fixes build failures of commit cde5caa4bb21d5c474b9e4762cc847bcbc70e481
("malloc: add testing for large tcache support") on Hurd.

Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
malloc/Makefile