diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-02 10:35:12 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-02 10:35:12 +0100 |
commit | bc6ae3bd97162e25aff366acabbf80f096ccd8b7 (patch) | |
tree | d4c362e9c9aad370335a36414e1362e59052d6d1 /package/eglibc/files/libc.so.sparc64 | |
parent | 4210ea9c8f69095fa0efaf5247f6c12925dcb4f0 (diff) |
goodbye eglibc, see my blog http://blog.waldemar-brodkorb.de/
Diffstat (limited to 'package/eglibc/files/libc.so.sparc64')
-rw-r--r-- | package/eglibc/files/libc.so.sparc64 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package/eglibc/files/libc.so.sparc64 b/package/eglibc/files/libc.so.sparc64 deleted file mode 100644 index 2b0324525..000000000 --- a/package/eglibc/files/libc.so.sparc64 +++ /dev/null @@ -1,5 +0,0 @@ -/* 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 ) ) |