summaryrefslogtreecommitdiff
path: root/package/librt/files/libpthread.so.arm
diff options
context:
space:
mode:
Diffstat (limited to 'package/librt/files/libpthread.so.arm')
-rw-r--r--package/librt/files/libpthread.so.arm5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/librt/files/libpthread.so.arm b/package/librt/files/libpthread.so.arm
new file mode 100644
index 000000000..73f6b6c9d
--- /dev/null
+++ b/package/librt/files/libpthread.so.arm
@@ -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(elf32-arm)
+GROUP ( /lib/libpthread.so.0 /usr/lib/libpthread_nonshared.a )