diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-25 11:57:02 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-25 11:57:02 +0100 |
commit | 75d149d0e0c688b9f121f06114abdae3bebff62c (patch) | |
tree | 33dc8e6d17ae25f6708545c93624f0076331ffa0 /package/eglibc | |
parent | 03df3c583f438cff26dafb29560d92168213f41b (diff) | |
parent | ba105bca2ce90ba702f2c03c2608a8658c22ba1e (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/eglibc')
-rw-r--r-- | package/eglibc/files/libc.so.mipsel | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/eglibc/files/libc.so.mipsel b/package/eglibc/files/libc.so.mipsel new file mode 100644 index 000000000..6a6ff5582 --- /dev/null +++ b/package/eglibc/files/libc.so.mipsel @@ -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-tradlittlemips) +GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a AS_NEEDED ( /lib/ld.so.1 ) ) |