summaryrefslogtreecommitdiff
path: root/package/libpthread/files/libpthread.so.x86_64
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-03-13 22:10:57 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-03-13 22:10:57 +0100
commiteaac9112e564688cd15d993dcb2306a597cb4f39 (patch)
tree7a31ad9fc7bc40a98fb79cf058c880ffd43193f4 /package/libpthread/files/libpthread.so.x86_64
parentf5785bd186eac9b4ac928477bb43478447f52985 (diff)
add devel subpackage with linker scripts
Diffstat (limited to 'package/libpthread/files/libpthread.so.x86_64')
-rw-r--r--package/libpthread/files/libpthread.so.x86_645
1 files changed, 5 insertions, 0 deletions
diff --git a/package/libpthread/files/libpthread.so.x86_64 b/package/libpthread/files/libpthread.so.x86_64
new file mode 100644
index 000000000..b0e31f904
--- /dev/null
+++ b/package/libpthread/files/libpthread.so.x86_64
@@ -0,0 +1,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 )