diff options
author | 1997-08-16 19:50:34 +0000 | |
---|---|---|
committer | 1997-08-16 19:50:34 +0000 | |
commit | 301d6d07046ec765b4dc875fdfd68cbc4571668d (patch) | |
tree | 7db28ca79c8ce81cd11c5e71909c332ea3ad83f9 | |
parent | Introduce thread-specific key handling functions. (diff) | |
download | glibc-301d6d07046ec765b4dc875fdfd68cbc4571668d.tar.xz glibc-301d6d07046ec765b4dc875fdfd68cbc4571668d.zip |
[subdir=misc] (sysdep_routines): Add cthreads.
Diffstat (limited to '')
-rw-r--r-- | sysdeps/mach/hurd/Makefile | 4 |
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 |