diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-08 12:16:14 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-08 12:16:14 +0100 |
commit | 74de10d173d5d25354dc21a3231bafad494df765 (patch) | |
tree | 4d743a2919e6d763e050da9c9acfff9c56d22a31 /package/glibc/files/libc.so.sparc | |
parent | 424e20778f7bdb867cf6e3e34e19742ff36fffaf (diff) | |
parent | 88d6fbaf018207e38e8dc9628c74f2cbda587388 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/glibc/files/libc.so.sparc')
-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 ) ) |