diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-11 18:27:25 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-11 18:27:25 +0100 |
commit | 34139bdbf09278a6d6786185a4f013d729978e2b (patch) | |
tree | 02833a6db135fce09124d491dc1a720b73c69c06 /package | |
parent | 381c6145316a997ad080b3e50c57b3832f1393fd (diff) |
use miniconfig for sparc64, enable network driver. disk driver is broken.
Diffstat (limited to 'package')
-rw-r--r-- | package/eglibc/files/libc.so.sparc64 | 5 |
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 ) ) |