diff options
author | Junling Zheng <zhengjunling@huawei.com> | 2015-04-03 05:59:59 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-06 20:36:04 +0100 |
commit | 34b82b8452aa721146f95321cfd1a1fee3f0d6c8 (patch) | |
tree | fac4703cbc9052fc8b729348be65a15d10dfd4f1 /meta/recipes-kernel/linux-firmware | |
parent | b500d5581d2ab802eb8e7de640b5ab253f01c3f6 (diff) | |
download | openembedded-core-34b82b8452aa721146f95321cfd1a1fee3f0d6c8.tar.gz openembedded-core-34b82b8452aa721146f95321cfd1a1fee3f0d6c8.tar.bz2 openembedded-core-34b82b8452aa721146f95321cfd1a1fee3f0d6c8.zip |
uclibc: fix undefinition of '_dl_strchr' in libdl.a
The orign_path.patch introduced '_dl_strchr' in ldso/ldso/dl-elf.c, and
caused the following undefined referencing compiling error:
| .../libdl.a(libdl.os): In function `search_for_named_library':
| .../dl-elf.c:156: undefined reference to `_dl_strchr'
| collect2: error: ld returned 1 exit status
I found this problem when compiling gdb in static mode using uclibc.
So, add the definition of '_dl_strchr' to fix it. The '_dl_strstr' is
added as well.
And I regenerated a patch to replace the original one.
Signed-off-by: Junling Zheng <zhengjunling@huawei.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux-firmware')
0 files changed, 0 insertions, 0 deletions