summaryrefslogtreecommitdiff
path: root/package/glibc/files/libc.so.sparc64
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-24 07:55:29 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-24 07:55:29 +0100
commit27b6ae1d8416ac2d93363d350a2856ee62e7cc29 (patch)
tree9d8f2e726e87a813a64e626af7a42fdd662e8211 /package/glibc/files/libc.so.sparc64
parentc390d1649de615c390ced12ac12b855622905ad3 (diff)
parentdfee72dfe617d17c1cd2a8473dd47e82206c0db8 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/glibc/files/libc.so.sparc64')
-rw-r--r--package/glibc/files/libc.so.sparc645
1 files changed, 5 insertions, 0 deletions
diff --git a/package/glibc/files/libc.so.sparc64 b/package/glibc/files/libc.so.sparc64
new file mode 100644
index 000000000..2b0324525
--- /dev/null
+++ b/package/glibc/files/libc.so.sparc64
@@ -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(elf64-sparc)
+GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a AS_NEEDED ( /lib/ld-linux.so.2 ) )