mirror of git://sourceware.org/git/glibc.git
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
|