blob: b0e31f9048f74efcdaf4075f8abe2a95abe96ece (
plain)
1
2
3
4
5
|
/* GNU ld script
Use the shared library, but some functions are only in
the static library, so try that secondarily. */
OUTPUT_FORMAT(elf64-x86-64)
GROUP ( /lib/libpthread.so.0 /usr/lib/libpthread_nonshared.a )
|