summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-11 18:27:25 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-11 18:27:25 +0100
commit34139bdbf09278a6d6786185a4f013d729978e2b (patch)
tree02833a6db135fce09124d491dc1a720b73c69c06 /package
parent381c6145316a997ad080b3e50c57b3832f1393fd (diff)
use miniconfig for sparc64, enable network driver. disk driver is broken.
Diffstat (limited to 'package')
-rw-r--r--package/eglibc/files/libc.so.sparc645
1 files changed, 5 insertions, 0 deletions
diff --git a/package/eglibc/files/libc.so.sparc64 b/package/eglibc/files/libc.so.sparc64
new file mode 100644
index 000000000..2b0324525
--- /dev/null
+++ b/package/eglibc/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 ) )