summaryrefslogtreecommitdiffstats
path: root/libpthread
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-10-08 01:43:31 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-10-08 01:43:31 +0000
commitfc54bf6e039fd18ebab71f5c7e9313f8286d9e26 (patch)
tree92dc735b8d6e780d3b58d773da2c38cbeeb70089 /libpthread
parente7b47af3cd8428e8e6b66ba9d35c667076bec57c (diff)
downloaduClibc-alpine-fc54bf6e039fd18ebab71f5c7e9313f8286d9e26.tar.bz2
uClibc-alpine-fc54bf6e039fd18ebab71f5c7e9313f8286d9e26.tar.xz
Correct stored name of shared object.
Diffstat (limited to 'libpthread')
-rw-r--r--libpthread/nptl/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libpthread/nptl/Makefile b/libpthread/nptl/Makefile
index f5efae013..c0c9edfc7 100644
--- a/libpthread/nptl/Makefile
+++ b/libpthread/nptl/Makefile
@@ -275,7 +275,7 @@ endif
$(AR) $(ARFLAGS) $(AR_SO_LIB_NAME) $(SO_LIBP_COBJS)
$(SO_LIB_NAME): $(AR_SO_LIB_NAME) subdirs
- $(LD) $(LDFLAGS_NOSTRIP) -soname=$(LIB_NAME).$(MAJOR_VERSION) \
+ $(LD) $(LDFLAGS_NOSTRIP) -soname=$(LIB_NAME).so.$(MAJOR_VERSION) \
-o $(TOPDIR)lib/$(SO_FULL_NAME) $(SHARED_START_FILES) --whole-archive $(AR_SO_LIB_NAME) \
--no-whole-archive $(TOPDIR)libc/misc/internals/interp.o \
-L$(TOPDIR)lib -lc $(LDADD_LIBFLOAT) $(LIBGCC) \
@@ -284,7 +284,6 @@ $(SO_LIB_NAME): $(AR_SO_LIB_NAME) subdirs
$(SHARED_END_FILES)
$(LN) -sf $(SO_FULL_NAME) $(SO_LIB_NAME).$(MAJOR_VERSION)
$(LN) -sf $(SO_FULL_NAME) $(SO_LIB_NAME)
- $(RM) $(AR_SO_LIB_NAME)
obj.pthread.ar: $(AR_LIBC_COBJS)
$(RM) $(TOPDIR)libc/$@