diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-06 10:01:36 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-06 10:01:36 +0100 |
commit | dc78a21a21568a389cf214ff29113f99286d644a (patch) | |
tree | ef919a6eedf02a20128dd2b8a7f008353698a1cc /package/glibc | |
parent | e96c649294fd763fa8631b866397a07b9434bbd3 (diff) | |
parent | 191b566ae5e66d2180924a4151f67e635fd12ad5 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/glibc')
-rw-r--r-- | package/glibc/files/libc.so.microblaze | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/glibc/files/libc.so.microblaze b/package/glibc/files/libc.so.microblaze new file mode 100644 index 000000000..4642dcbd5 --- /dev/null +++ b/package/glibc/files/libc.so.microblaze @@ -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-microblaze) +GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a AS_NEEDED ( /lib/ld.so.1 ) ) |