This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PING 2][PATCH v3] Add pretty printers for the NPTL lock types


Martin Galvan <martin.galvan@tallertechnologies.com> writes:

> The question still remains, though, of how should I handle static
> linking against libpthread

git grep is your friend.

$ git grep static-thread-library
ChangeLog.8:    and static-thread-library if a thread library is available.  Don't
ChangeLog.8:    static-thread-library in dependencies.
conform/Makefile:                    $(common-objpfx)rt/librt.a $(static-thread-library)
intl/Makefile:$(addprefix $(objpfx),$(multithread-test-srcs)): $(static-thread-library)
nscd/Makefile:$(objpfx)nscd: $(static-thread-library) $(common-objpfx)nis/libnsl.a
rt/Makefile:$(addprefix $(objpfx),$(tests)): $(objpfx)librt.a $(static-thread-library)
sysdeps/nptl/Makeconfig:static-thread-library = $(common-objpfx)nptl/libpthread.a
sysdeps/pthread/Makefile:$(objpfx)tst-timer: $(objpfx)librt.a $(static-thread-library)

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]