mirror of git://sourceware.org/git/glibc.git
htl: Fix linking static examples against libpthread
libpthread.a uses some mach and hurd RPCs so we need to link them in.
This commit is contained in:
parent
c27bcc9588
commit
d7fe71d842
|
@ -4,7 +4,7 @@
|
|||
have-thread-library = yes
|
||||
|
||||
shared-thread-library = $(common-objpfx)htl/libpthread.so
|
||||
static-thread-library = $(..)htl/libpthread_syms.a $(common-objpfx)htl/libpthread.a
|
||||
static-thread-library = $(..)htl/libpthread_syms.a $(common-objpfx)htl/libpthread.a $(common-objpfx)mach/libmachuser.a $(common-objpfx)hurd/libhurduser.a
|
||||
bounded-thread-library = $(static-thread-library)
|
||||
|
||||
ifeq (yes,$(build-shared))
|
||||
|
|
Loading…
Reference in New Issue