mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-14 09:01:07 +00:00
d44995a4b3
The move of libanl to libc was in glibc 2.34 for nptl only.
18 lines
579 B
Plaintext
18 lines
579 B
Plaintext
# Makeconfig fragment for Hurd libpthread add-on.
|
|
# This gets included at the end of the main glibc Makeconfig.
|
|
|
|
have-thread-library = yes
|
|
have-anl-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
|