summaryrefslogtreecommitdiff
path: root/libpthread
diff options
context:
space:
mode:
authorAustin Foxley <austinf@cetoncorp.com>2010-02-19 02:34:10 -0800
committerAustin Foxley <austinf@cetoncorp.com>2010-02-19 02:34:10 -0800
commitaf591eac05be995ed79d61005c9779f16c4562e4 (patch)
tree5056b670839fdb0bd61ac24a5e49261d5685eaf7 /libpthread
parent8826c1e4573c68200092074ede1afdddd4b3e115 (diff)
use macro to link ldso to libpthread, so it gets the the right name on 64 bit archs
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libpthread')
-rw-r--r--libpthread/nptl/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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)