summaryrefslogtreecommitdiff
path: root/package/eglibc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-26 17:43:57 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-26 17:43:57 +0100
commit9b69269c78ddc3411482c6ecac91bb9c7faff996 (patch)
treea7cca6bc0f998c715f79157e2801df6b7e913c9e /package/eglibc
parentb921ce431d9cea2420fb3a14080e1ca386387dff (diff)
parentd8b9dfc2b0e223f4d63850f173775a8bd0931d84 (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 ) )