diff options
Diffstat (limited to 'linuxthreads/Makefile')
-rw-r--r-- | linuxthreads/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index aad7106f4c..c19145fc00 100644 --- a/linuxthreads/Makefile +++ b/linuxthreads/Makefile @@ -27,7 +27,7 @@ linuxthreads-version := $(shell sed -n 's/^.*$(subdir)-\([0-9.]*\).*$$/\1/p' \ headers := pthread.h semaphore.h bits/semaphore.h distribute := internals.h queue.h restart.h spinlock.h -routines := weaks +routines := weaks no-tsd extra-libs := libpthread extra-libs-others := $(extra-libs) |