summaryrefslogtreecommitdiff
path: root/package/eglibc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-10 18:09:09 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-10 18:09:09 +0100
commit52c54c43c52c236e08ee13442bd3313df8370eae (patch)
tree9d2b6c885e210bc1208c1e923985b0bca8e44256 /package/eglibc
parent4e5033a06bc12d5456257dffd869ff6f6a75ca8e (diff)
parent4d67113807752d105209c4624aabfe8586866fd6 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/eglibc')
-rw-r--r--package/eglibc/files/libc.so.sparc5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/eglibc/files/libc.so.sparc b/package/eglibc/files/libc.so.sparc
new file mode 100644
index 000000000..91fa2c87d
--- /dev/null
+++ b/package/eglibc/files/libc.so.sparc
@@ -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-sparc)
+GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a AS_NEEDED ( /lib/ld-linux.so.2 ) )