summaryrefslogtreecommitdiff
path: root/libpthread
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-08 05:43:09 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-08 18:02:03 +0200
commit9b1077dc70e52ee85a718bce3fcfec7ae9af2967 (patch)
tree1ac212098aeaefd6b8403ba1a99de284fab9ff18 /libpthread
parent17ad14e5780533db90171e16b95dbeda4e81ffb0 (diff)
cleanup libc.a
The nested libpthread_nonshared.a and libdl.os shouldn't be included in the static libc.a. Fixes compile issues for static builds.
Diffstat (limited to 'libpthread')
-rw-r--r--libpthread/nptl/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/libpthread/nptl/Makefile.in b/libpthread/nptl/Makefile.in
index 0fc83e20e..068eee444 100644
--- a/libpthread/nptl/Makefile.in
+++ b/libpthread/nptl/Makefile.in
@@ -41,8 +41,6 @@ else
libpthread-a-y := $(libpthread-static-y)
endif
-libpthread-a-y += $(top_builddir)lib/libpthread_nonshared.a
-
libc-shared-routines-y := $(filter-out $(notdir $(libpthread_libc_OBJS:.o=.c)), $(libc-shared-routines-y))
libc-static-routines-y := $(filter-out $(notdir $(libpthread_libc_OBJS:.o=.c)), $(libc-static-routines-y))
libc-shared-routines-y := $(addprefix $(libpthread_OUT)/,$(libc-shared-routines-y:.c=.oS))