Files
poky/meta/recipes-core
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
..
2015-02-03 14:53:51 +00:00
2015-01-07 23:35:06 +00:00
2015-01-23 11:36:26 +00:00
2015-01-07 23:35:13 +00:00
2015-04-02 12:02:36 +01:00
2015-01-23 11:36:27 +00:00
2015-01-23 11:36:27 +00:00
2015-01-23 11:36:27 +00:00
2014-07-17 12:28:51 +01:00
2014-11-25 13:03:25 +00:00
2015-03-20 23:56:02 +00:00
2014-09-22 13:04:21 +01:00