From 1a2f44a848663036c8a14671fe0faa3fed0b2a25 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 1 Mar 2018 12:53:09 +0100 Subject: nptl: Drop libpthread_nonshared.a from libpthread.so Fixes commit bd60ce86520b781ca24b99b2555e2ad389bbfeaa (nptl: Move pthread_atfork to libc_nonshared.a). --- nptl/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'nptl') diff --git a/nptl/Makefile b/nptl/Makefile index ba586c2..e18f9a6 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -488,7 +488,6 @@ $(inst_libdir)/libpthread.so: $(common-objpfx)format.lds \ echo ' the static library, so try that secondarily. */';\ cat $<; \ echo 'GROUP ( $(slibdir)/libpthread.so$(libpthread.so-version)' \ - '$(libdir)/$(patsubst %,$(libtype.oS),$(libprefix)pthread)'\ ')' \ ) > $@.new mv -f $@.new $@ -- cgit v1.1