From: Roland McGrath Date: Fri, 21 Feb 2003 09:30:58 +0000 (+0000) Subject: 2003-02-21 Roland McGrath X-Git-Tag: cvs/glibc-2_3_2~87 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=970d0b1d867a6d5e088c54400ae13406eea74891;p=thirdparty%2Fglibc.git 2003-02-21 Roland McGrath * Makefile (install-lib-ldscripts): New variable. --- diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index 2978072e432..8a6f9bfc919 100644 --- a/linuxthreads/Makefile +++ b/linuxthreads/Makefile @@ -33,6 +33,7 @@ shared-only-routines = forward extra-libs := libpthread extra-libs-others := $(extra-libs) +install-lib-ldscripts := libpthread.so libpthread-routines := attr cancel condvar join manager mutex ptfork \ ptlongjmp pthread signals specific errno lockfile \ diff --git a/nptl/Makefile b/nptl/Makefile index 7e710082e40..7514010b1ea 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