summaryrefslogtreecommitdiff
path: root/package/eglibc/files/libc.so.mipsel
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-25 11:48:00 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-25 11:48:00 +0100
commitba105bca2ce90ba702f2c03c2608a8658c22ba1e (patch)
tree1bf543bab063880c1241b33f70b59423f33d84b2 /package/eglibc/files/libc.so.mipsel
parent50cd9979becf61d670c78b8728ab114e6dbecf1b (diff)
add a bunch of perl configs for mips
Diffstat (limited to 'package/eglibc/files/libc.so.mipsel')
-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 ) )