diff options
Diffstat (limited to 'linuxthreads/Makeconfig')
-rw-r--r-- | linuxthreads/Makeconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linuxthreads/Makeconfig b/linuxthreads/Makeconfig index 4b1c0c3414..2dfd58c99e 100644 --- a/linuxthreads/Makeconfig +++ b/linuxthreads/Makeconfig @@ -3,7 +3,8 @@ have-thread-library = yes -shared-thread-library = $(common-objpfx)linuxthreads/libpthread.so +shared-thread-library = $(common-objpfx)linuxthreads/libpthread.so \ + $(common-objpfx)linuxthreads/libpthread_nonshared.a static-thread-library = $(common-objpfx)linuxthreads/libpthread.a bounded-thread-library = $(common-objpfx)linuxthreads/libpthread_b.a |