From e049d0f8968a3c449b44f107fd77adb8bcc2772d Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Tue, 22 Apr 2008 14:10:55 +0000 Subject: Fix segfault in __pthread_initialize_minimal in linuxthreads implementation when built without SHARED flag as reported by Will Newton --- libpthread/linuxthreads/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread/linuxthreads') diff --git a/libpthread/linuxthreads/Makefile.in b/libpthread/linuxthreads/Makefile.in index 37ed96365..459be19c5 100644 --- a/libpthread/linuxthreads/Makefile.in +++ b/libpthread/linuxthreads/Makefile.in @@ -77,7 +77,7 @@ libpthread-a-y += $(libpthread_OBJ:.o=.os) $(libpthread-static-y:.o=.os) else libpthread-a-y += $(libpthread_OBJ) $(libpthread-static-y) endif -libpthread-so-y += $(libpthread_OBJ:.o=.os) +libpthread-so-y += $(libpthread_OBJ:.o=.oS) lib-a-$(UCLIBC_HAS_THREADS) += $(top_builddir)lib/libpthread.a lib-so-$(UCLIBC_HAS_THREADS) += $(top_builddir)lib/libpthread.so -- cgit v1.2.3