diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-22 19:26:59 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-22 19:26:59 +0100 |
commit | f4704ae1ec6a30b3dde6424f317e5315757a65f0 (patch) | |
tree | 37b991aeb1fabc3b2c0a1d4769e643961b20b46d /package/eglibc | |
parent | 1fd0a033550fce732befa928bd3ac88490eb12f7 (diff) |
add perl support for ppc64 eglibc
Diffstat (limited to 'package/eglibc')
-rw-r--r-- | package/eglibc/files/libc.so.ppc64 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/eglibc/files/libc.so.ppc64 b/package/eglibc/files/libc.so.ppc64 new file mode 100644 index 000000000..35a1edcc7 --- /dev/null +++ b/package/eglibc/files/libc.so.ppc64 @@ -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-powerpc) +GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a AS_NEEDED ( /lib/ld64.so.1 ) ) |