summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-08-16 19:50:34 +0000
committerUlrich Drepper <drepper@redhat.com>1997-08-16 19:50:34 +0000
commit301d6d07046ec765b4dc875fdfd68cbc4571668d (patch)
tree7db28ca79c8ce81cd11c5e71909c332ea3ad83f9
parentIntroduce thread-specific key handling functions. (diff)
downloadglibc-301d6d07046ec765b4dc875fdfd68cbc4571668d.tar.xz
glibc-301d6d07046ec765b4dc875fdfd68cbc4571668d.zip
[subdir=misc] (sysdep_routines): Add cthreads.
Diffstat (limited to '')
-rw-r--r--sysdeps/mach/hurd/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile
index bf1c3b02bc..98cf3ea01c 100644
--- a/sysdeps/mach/hurd/Makefile
+++ b/sysdeps/mach/hurd/Makefile
@@ -123,6 +123,10 @@ $(inst_libdir)/libc.so: $(rpcuserlibs)
ifeq (elf,$(subdir))
$(objpfx)librtld.so: $(rpcuserlibs:.so=_pic.a)
endif
+
+ifeq ($(subdir),misc)
+sysdep_routines += cthreads
+endif
endif # in-Makerules