summaryrefslogtreecommitdiff
path: root/package/eglibc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-25 11:57:02 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-25 11:57:02 +0100
commit75d149d0e0c688b9f121f06114abdae3bebff62c (patch)
tree33dc8e6d17ae25f6708545c93624f0076331ffa0 /package/eglibc
parent03df3c583f438cff26dafb29560d92168213f41b (diff)
parentba105bca2ce90ba702f2c03c2608a8658c22ba1e (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/eglibc')
-rw-r--r--package/eglibc/files/libc.so.mipsel5
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 ) )