mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-08 18:19:08 +08:00
Cygwin: libpthread: Export C11 thread symbols from libpthread.a as well
...as on glibc right now. This is supposed to support autoconf scripts checking for existence of these symbols in libpthread. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
c35c798429
commit
a82e5b33f4
@ -763,7 +763,8 @@ ${CURDIR}/libc.a: ${LIB_NAME} ${CURDIR}/libm.a libpthread.a libutil.a
|
||||
${CURDIR}/libm.a: ${LIB_NAME} $(LIBM) $(MATH_OFILES)
|
||||
${speclib} ${@F}
|
||||
|
||||
libpthread.a: ${LIB_NAME} pthread.o thread.o
|
||||
libpthread.a: ${LIB_NAME} pthread.o thread.o call_once.o cnd.o mtx.o \
|
||||
thrd.o tss.o
|
||||
${speclib} ${@F}
|
||||
|
||||
libutil.a: ${LIB_NAME} bsdlib.o
|
||||
|
Loading…
x
Reference in New Issue
Block a user