diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-10 09:59:03 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-10 09:59:03 +0100 |
commit | 381c6145316a997ad080b3e50c57b3832f1393fd (patch) | |
tree | b834055ff3e78c4a9ed1f6c186149c7f1ba19d7a /package/eglibc/files | |
parent | 6ab5516b38f456affc6776e79e72e2761e89eec0 (diff) |
add perl configs for x86_64
Diffstat (limited to 'package/eglibc/files')
-rw-r--r-- | package/eglibc/files/libc.so.sparc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/eglibc/files/libc.so.sparc b/package/eglibc/files/libc.so.sparc new file mode 100644 index 000000000..91fa2c87d --- /dev/null +++ b/package/eglibc/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 ) ) |