summaryrefslogtreecommitdiff
path: root/package/eglibc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-23 10:47:31 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-23 10:47:31 +0100
commit4b7a7c1333333ce0f1567cfda15fb86222be2301 (patch)
tree52ca6663c6c95635d7afa18c3cf750280b498c62 /package/eglibc
parente31358b57662bb44613874e6cb5d5569309910af (diff)
parent103810049b157dc809c82a0136e23fe4276b9750 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Conflicts: package/pulseaudio/Makefile
Diffstat (limited to 'package/eglibc')
-rw-r--r--package/eglibc/files/libc.so.ppc645
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 ) )