2018-04-01 23:43:22 +00:00
|
|
|
# Makeconfig fragment for Hurd libpthread add-on.
|
|
|
|
# This gets included at the end of the main glibc Makeconfig.
|
|
|
|
|
|
|
|
have-thread-library = yes
|
|
|
|
|
2020-01-04 17:53:23 +00:00
|
|
|
shared-thread-library = $(common-objpfx)htl/libpthread.so
|
2021-07-13 21:45:57 +00:00
|
|
|
static-thread-library = $(..)htl/libpthread_syms.a $(common-objpfx)htl/libpthread.a $(common-objpfx)mach/libmachuser.a $(common-objpfx)hurd/libhurduser.a
|
2018-04-01 23:43:22 +00:00
|
|
|
bounded-thread-library = $(static-thread-library)
|
|
|
|
|
2021-06-28 07:51:01 +00:00
|
|
|
ifeq (yes,$(build-shared))
|
|
|
|
librt = $(common-objpfx)rt/librt.so
|
|
|
|
else
|
|
|
|
librt = $(common-objpfx)rt/librt.a $(static-thread-library)
|
|
|
|
endif
|
|
|
|
|
2018-04-01 23:43:22 +00:00
|
|
|
rpath-dirs += htl
|