diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-08 03:13:49 -0700 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-08 03:13:49 -0700 |
commit | de364de641adc482939a4c2baa8f2dab0e3eae8d (patch) | |
tree | ab800c3672332ae69e0cc1224b1bd5a81e6fddf2 /package/glibc/files/libc.so.sparc | |
parent | 77f703fcbcf180d28362f5b77761174a779283ae (diff) | |
parent | f04afc39aa98f84229d4fe0820ddc5349bb18b08 (diff) |
Merge branch 'master' of git+ssh://www.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 ) ) |