diff options
author | Roland McGrath <roland@gnu.org> | 2003-02-21 09:30:58 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-02-21 09:30:58 +0000 |
commit | 970d0b1d867a6d5e088c54400ae13406eea74891 (patch) | |
tree | 46c4bf5fb51f0370a7f088f017991c4ef94bbd11 /nptl | |
parent | 2afbfec4539e230be4256a852395eb0963ac7d5a (diff) | |
download | glibc-970d0b1d867a6d5e088c54400ae13406eea74891.tar.gz glibc-970d0b1d867a6d5e088c54400ae13406eea74891.tar.xz glibc-970d0b1d867a6d5e088c54400ae13406eea74891.zip |
2003-02-21 Roland McGrath <roland@redhat.com>
* Makefile (install-lib-ldscripts): New variable.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 7e710082e4..7514010b1e 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -27,6 +27,7 @@ headers := pthread.h semaphore.h bits/semaphore.h extra-libs := libpthread extra-libs-others := $(extra-libs) +install-lib-ldscripts := libpthread.so routines = alloca_cutoff forward libc-lowlevellock libc-lowlevelmutex \ libc-cancellation |