diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-27 10:27:09 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-27 10:27:09 +0200 |
commit | 63c6929d36e5b5802c0983932a3d69e23f330bb5 (patch) | |
tree | 57de1bd67fa01fb35ced66d8907fd926c66adfe5 /package/libpthread/files | |
parent | c4ef12b64426763670dcae46219b766ba2f490cd (diff) |
fix allconfig for foxg20
Diffstat (limited to 'package/libpthread/files')
-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 ) |