2018-04-02 07:43:22 +08: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-05 01:53:23 +08:00
|
|
|
shared-thread-library = $(common-objpfx)htl/libpthread.so
|
2020-11-15 07:35:35 +08:00
|
|
|
static-thread-library = $(..)htl/libpthread_syms.a $(common-objpfx)htl/libpthread.a
|
2018-04-02 07:43:22 +08:00
|
|
|
bounded-thread-library = $(static-thread-library)
|
|
|
|
|
2021-06-28 15:51:01 +08:00
|
|
|
ifeq (yes,$(build-shared))
|
|
|
|
librt = $(common-objpfx)rt/librt.so
|
|
|
|
else
|
|
|
|
librt = $(common-objpfx)rt/librt.a $(static-thread-library)
|
|
|
|
endif
|
|
|
|
|
2018-04-02 07:43:22 +08:00
|
|
|
rpath-dirs += htl
|