diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-07 19:33:30 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-07 19:33:30 +0100 |
commit | 389e67da44097077ce8bfa775a359bcdb0b60601 (patch) | |
tree | 80cf324f7389e43c2706e1a79b667b04c8ed3cd4 /package/glibc | |
parent | dc78a21a21568a389cf214ff29113f99286d644a (diff) |
add i686 and sparc support for perl package, use miniconfig
Diffstat (limited to 'package/glibc')
-rw-r--r-- | package/glibc/files/libc.so.sparc | 5 |
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 ) ) |