From f4fe313d5084ec49e50f3b6379d44f63179ce835 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Mon, 25 Feb 2013 09:41:25 +0000 Subject: buildsys: Add missing $(SYMBOL_PREFIX) to symbol names Signed-off-by: Markos Chandras Signed-off-by: Bernhard Reutner-Fischer --- libpthread/nptl/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread/nptl') diff --git a/libpthread/nptl/Makefile.in b/libpthread/nptl/Makefile.in index 158bcae2d..000882289 100644 --- a/libpthread/nptl/Makefile.in +++ b/libpthread/nptl/Makefile.in @@ -145,7 +145,7 @@ LDFLAGS-libpthread.so += $(LDFLAGS) endif LDFLAGS-libpthread.so += $(top_builddir)lib/$(UCLIBC_LDSO_NAME)-$(VERSION).so $(top_builddir)lib/libdl-$(VERSION).so \ - -Wl,-z,nodelete,-z,initfirst,-init=__pthread_initialize_minimal_internal + -Wl,-z,nodelete,-z,initfirst,-init=$(SYMBOL_PREFIX)__pthread_initialize_minimal_internal LIBS-libpthread.so := $(LIBS) -- cgit v1.2.3