diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-01 17:42:38 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-01 17:42:38 +0100 |
commit | bc2f511c2392159717ea20a3a71a4b23de0ed134 (patch) | |
tree | d6f6f324435601aef091f4013ffaf659623d0d0f /package/glibc/files | |
parent | f3f7a7f082ffce3fe30555c73276f4c070c0b6da (diff) |
make native gcc for microblaze working
Diffstat (limited to 'package/glibc/files')
-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 ) ) |