diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-10-09 13:25:00 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-10-09 13:25:00 +0200 |
commit | 9705f94a6126281c2a909d8bf3c23fad818183fc (patch) | |
tree | 5cee778885956dcb43f447a3bc46757f4058bc01 /sysdeps/pthread | |
parent | 1f32bdc2e2f54cf4279b720909ff9c2d64a1c406 (diff) | |
parent | 8f3d3f814dd14961ff72bd056244a854ff9c2271 (diff) |
Merge branch 'master' into master-glibc-2.23
Diffstat (limited to 'sysdeps/pthread')
-rw-r--r-- | sysdeps/pthread/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/pthread/Makefile b/sysdeps/pthread/Makefile index 0596130..f5dbd25 100644 --- a/sysdeps/pthread/Makefile +++ b/sysdeps/pthread/Makefile @@ -1,3 +1,6 @@ +ifeq ($(subdir),rt) +librt-sysdep_routines += timer_routines +endif ifeq ($(subdir),posix) # FIXME: this is not getting $(pthread-version) from libpthread/Makefile! CFLAGS-confstr.c += -DLIBPTHREAD_VERSION='"libpthread $(pthread-version)"' |