summaryrefslogtreecommitdiff
path: root/package/eglibc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-11 09:17:54 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-11 09:17:54 +0100
commitbc2fd4900222c904751d14906b5e4cd3372d14e8 (patch)
tree99a35a4f011bdc9d8f1aabc906dabe28458839e7 /package/eglibc
parentc7d63e029bc682c511770b8d3189be1264325c04 (diff)
parente3fcd8688f769707d355ac3ae786d0d46185506f (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 ) )