summaryrefslogtreecommitdiff
path: root/package/glibc/files/libc.so.sparc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-08 18:20:18 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-08 18:20:18 +0100
commit6713bcc9630b526608fdbda6658d07dd157d0e7b (patch)
tree63e6bfd9ec762781e8f13a24b7094d18f9653e0a /package/glibc/files/libc.so.sparc
parenta661401986a5e51920eb093ea5cc10743a491f9e (diff)
parent519d88693ecc99618a0e87b480e47980fe2150d1 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/glibc/files/libc.so.sparc')
-rw-r--r--package/glibc/files/libc.so.sparc5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/glibc/files/libc.so.sparc b/package/glibc/files/libc.so.sparc
new file mode 100644
index 000000000..91fa2c87d
--- /dev/null
+++ b/package/glibc/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 ) )