summaryrefslogtreecommitdiff
path: root/package/glibc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-07 19:33:30 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-07 19:33:30 +0100
commit389e67da44097077ce8bfa775a359bcdb0b60601 (patch)
tree80cf324f7389e43c2706e1a79b667b04c8ed3cd4 /package/glibc
parentdc78a21a21568a389cf214ff29113f99286d644a (diff)
add i686 and sparc support for perl package, use miniconfig
Diffstat (limited to 'package/glibc')
-rw-r--r--package/glibc/files/libc.so.sparc5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/glibc/files/libc.so.sparc b/package/glibc/files/libc.so.sparc
new file mode 100644
index 000000000..91fa2c87d
--- /dev/null
+++ b/package/glibc/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 ) )