diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-07 20:47:37 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-07 20:47:37 +0100 |
| commit | f04afc39aa98f84229d4fe0820ddc5349bb18b08 (patch) | |
| tree | 17ddcfb50485fe02e69fb31b26e6cfe7216a5a30 /package/glibc | |
| parent | 5f3c1c3b4c75409070f8a0f32b27650ef4d39864 (diff) | |
| parent | b8a5f39cf7e72bc8e25bfbce24c0820ad43f0721 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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 ) ) |
