diff options
author | Markos Chandras <markos.chandras@imgtec.com> | 2013-02-25 09:41:25 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-03-07 18:59:35 +0100 |
commit | f4fe313d5084ec49e50f3b6379d44f63179ce835 (patch) | |
tree | cf142a9c35d798662504cb20e0a9762161c5caf9 /libpthread | |
parent | 3c99de5c1ed51729f5523a5faa20d76e5be9f2ae (diff) |
buildsys: Add missing $(SYMBOL_PREFIX) to symbol names
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libpthread')
-rw-r--r-- | libpthread/nptl/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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) |