nptl: Drop libpthread_nonshared.a from libpthread.so

Fixes commit bd60ce8652 (nptl: Move
pthread_atfork to libc_nonshared.a).
This commit is contained in:
Florian Weimer 2018-03-01 12:53:09 +01:00
parent bd60ce8652
commit 1a2f44a848
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2018-03-01 Florian Weimer <fweimer@redhat.com>
* nptl/Makefile (libpthread.so): Drop libpthread_nonshared.a
reference.
2018-03-01 Florian Weimer <fweimer@redhat.com>
Move pthread_atfork to libc. Remove libpthread_nonshared.a.

View File

@ -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 $@