From 970d0b1d867a6d5e088c54400ae13406eea74891 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 21 Feb 2003 09:30:58 +0000 Subject: [PATCH] 2003-02-21 Roland McGrath * Makefile (install-lib-ldscripts): New variable. --- linuxthreads/Makefile | 1 + nptl/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index 2978072e43..8a6f9bfc91 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 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