diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-28 13:06:55 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-28 13:06:55 +0200 |
commit | 5b930ffb545c9e41d100df17922c628b3bbb6006 (patch) | |
tree | efc1f0464ce0b8968d8d95f4fe28d4e43262e7f2 /package/libpthread/files/libpthread.so.arm | |
parent | d4cb283cf544eae863c165f0662949635dfd63d5 (diff) | |
parent | 9492f70965e2d1c669df4c5fc56b4bac465f6b88 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libpthread/files/libpthread.so.arm')
-rw-r--r-- | package/libpthread/files/libpthread.so.arm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/libpthread/files/libpthread.so.arm b/package/libpthread/files/libpthread.so.arm new file mode 100644 index 000000000..73f6b6c9d --- /dev/null +++ b/package/libpthread/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 ) |