From af591eac05be995ed79d61005c9779f16c4562e4 Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Fri, 19 Feb 2010 02:34:10 -0800 Subject: use macro to link ldso to libpthread, so it gets the the right name on 64 bit archs Signed-off-by: Austin Foxley --- libpthread/nptl/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread') diff --git a/libpthread/nptl/Makefile.in b/libpthread/nptl/Makefile.in index ee596315b..a1c7ac130 100644 --- a/libpthread/nptl/Makefile.in +++ b/libpthread/nptl/Makefile.in @@ -220,7 +220,7 @@ else LDFLAGS-libpthread.so := $(LDFLAGS) endif -LDFLAGS-libpthread.so += $(top_builddir)lib/ld-uClibc-$(VERSION).so $(top_builddir)lib/libdl-$(VERSION).so +LDFLAGS-libpthread.so += $(top_builddir)lib/$(UCLIBC_LDSO_NAME)-$(VERSION).so $(top_builddir)lib/libdl-$(VERSION).so LIBS-libpthread.so := $(LIBS) -- cgit v1.2.3