summaryrefslogtreecommitdiff
path: root/Makeconfig
blob: 9ce18d38f269e2821bd78b547349c23cae26c8a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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)libpthread/libpthread.so
static-thread-library = $(common-objpfx)libpthread/libpthread.a
bounded-thread-library = $(static-thread-library)

rpath-dirs += libpthread

+includes += -I$(..)libpthread/include