diff options
Diffstat (limited to 'sysdeps/nptl/Makeconfig')
-rw-r--r-- | sysdeps/nptl/Makeconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/nptl/Makeconfig b/sysdeps/nptl/Makeconfig index 5595f356b1..ce8998bbf5 100644 --- a/sysdeps/nptl/Makeconfig +++ b/sysdeps/nptl/Makeconfig @@ -21,8 +21,7 @@ have-thread-library = yes -shared-thread-library = $(common-objpfx)nptl/libpthread_nonshared.a \ - $(common-objpfx)nptl/libpthread.so +shared-thread-library = $(common-objpfx)nptl/libpthread.so static-thread-library = $(common-objpfx)nptl/libpthread.a rpath-dirs += nptl |