mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-15 09:30:06 +00:00
12 lines
372 B
Plaintext
12 lines
372 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_nonshared.a \
|
||
|
$(common-objpfx)htl/libpthread.so
|
||
|
static-thread-library = $(common-objpfx)htl/libpthread.a
|
||
|
bounded-thread-library = $(static-thread-library)
|
||
|
|
||
|
rpath-dirs += htl
|