generic-poky/meta/recipes-core/uclibc
Junling Zheng 60cea212bc 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.

(From OE-Core rev: 34b82b8452aa721146f95321cfd1a1fee3f0d6c8)

Signed-off-by: Junling Zheng <zhengjunling@huawei.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-04-08 10:53:14 +01:00
..
site_config uclibc: Upgrade to 0.9.32-rc3 2011-05-23 15:53:28 +01:00
uclibc-git uclibc: fix undefinition of '_dl_strchr' in libdl.a 2015-04-08 10:53:14 +01:00
uclibc-config.inc uclibc: Update to latest git/master version 2013-07-02 22:23:49 +01:00
uclibc-git.inc uclibc: fix undefinition of '_dl_strchr' in libdl.a 2015-04-08 10:53:14 +01:00
uclibc-initial_git.bb binutils/gcc/gdb: Add TARGET_ARCH to PN for all cross recipes 2014-04-30 16:39:06 +01:00
uclibc-package.inc uclibc: Separate the bits between uclibc and uclibc-initial 2012-06-29 13:30:59 +01:00
uclibc.inc uclibc: Upgrade to tip of master 2014-08-27 12:12:32 +01:00
uclibc_git.bb binutils/gcc/gdb: Add TARGET_ARCH to PN for all cross recipes 2014-04-30 16:39:06 +01:00