mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-15 01:21:06 +00:00
9446e02b0d
Libc has actually been using mach's lock-internal.h mutex for a long time already.
11 lines
351 B
Plaintext
11 lines
351 B
Plaintext
# Makeconfig fragment for Hurd libpthread add-on.
|
|
# This gets included at the end of the main glibc Makeconfig.
|
|
|
|
have-thread-library = yes
|
|
|
|
shared-thread-library = $(common-objpfx)htl/libpthread.so
|
|
static-thread-library = $(..)htl/libpthread_syms.a $(common-objpfx)htl/libpthread.a
|
|
bounded-thread-library = $(static-thread-library)
|
|
|
|
rpath-dirs += htl
|