aboutsummaryrefslogtreecommitdiff
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
parent977ea13751d8f39c9e72539d60c769467c49c29e (diff)
downloadglibc-301d6d07046ec765b4dc875fdfd68cbc4571668d.zip
glibc-301d6d07046ec765b4dc875fdfd68cbc4571668d.tar.gz
glibc-301d6d07046ec765b4dc875fdfd68cbc4571668d.tar.bz2
[subdir=misc] (sysdep_routines): Add cthreads.
-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 bf1c3b0..98cf3ea 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