about summary refs log tree commit diff
path: root/sysdeps/htl/Makeconfig
blob: f8b321c8d23a0f4d6e2d631c5e17f1a844d377fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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 $(common-objpfx)mach/libmachuser.a $(common-objpfx)hurd/libhurduser.a
bounded-thread-library = $(static-thread-library)

ifeq (yes,$(build-shared))
librt = $(common-objpfx)rt/librt.so
else
librt = $(common-objpfx)rt/librt.a $(static-thread-library)
endif

rpath-dirs += htl