1# Makeconfig fragment for Hurd libpthread add-on. 2# This gets included at the end of the main glibc Makeconfig. 3 4have-thread-library = yes 5 6shared-thread-library = $(common-objpfx)htl/libpthread.so 7static-thread-library = $(..)htl/libpthread_syms.a $(common-objpfx)htl/libpthread.a $(common-objpfx)mach/libmachuser.a $(common-objpfx)hurd/libhurduser.a 8bounded-thread-library = $(static-thread-library) 9 10ifeq (yes,$(build-shared)) 11librt = $(common-objpfx)rt/librt.so 12else 13librt = $(common-objpfx)rt/librt.a $(static-thread-library) 14endif 15 16rpath-dirs += htl 17