summaryrefslogtreecommitdiff
path: root/package/eglibc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-11 07:44:41 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-11 07:44:41 +0100
commitdd8c258716dd3fddd4501cd644cbd65e83e9a1bc (patch)
treed88ea4ed00b911c177b8211b2221bf32f272e09d /package/eglibc
parentfed3a4e88610344f64cb8e2a0ea9bc85e080cac7 (diff)
parentf3c6465f816ea646d546a0320e91d7e024866ee9 (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 ) )