[uClibc-cvs] svn commit: branches/uClibc-nptl/libpthread

sjhill at uclibc.org sjhill at uclibc.org
Thu Aug 11 03:20:10 UTC 2005


Author: sjhill
Date: 2005-08-10 21:20:10 -0600 (Wed, 10 Aug 2005)
New Revision: 11106

Log:
Steve was taking stupid pills and hardcoded the version of the dynamic loader.


Modified:
   branches/uClibc-nptl/libpthread/Makefile


Changeset:
Modified: branches/uClibc-nptl/libpthread/Makefile
===================================================================
--- branches/uClibc-nptl/libpthread/Makefile	2005-08-11 03:19:29 UTC (rev 11105)
+++ branches/uClibc-nptl/libpthread/Makefile	2005-08-11 03:20:10 UTC (rev 11106)
@@ -101,7 +101,7 @@
 		-o $(LIBPTHREAD_SHARED_FULLNAME) $(SHARED_START_FILES) --whole-archive $(LIBPTHREAD_SHARED_ARCHIVE) \
 		--no-whole-archive $(TOPDIR)libc/misc/internals/interp.o \
 		-L$(TOPDIR)lib -lc $(LDADD_LIBFLOAT) $(LIBGCC) \
-		$(TOPDIR)ldso/ldso/ld-uClibc-0.9.27.so \
+		$(TOPDIR)ldso/ldso/ld-uClibc-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so \
 		-L$(TOPDIR)ldso/libdl -ldl \
 		$(SHARED_END_FILES)
 else




More information about the uClibc-cvs mailing list