diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2016-12-14 10:26:13 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-11 11:46:53 +0000 |
commit | 850735191c131d7baab72e7df6292b189ea56801 (patch) | |
tree | 23bb9835a807335a4d5afc33f2c1bd4e2b0f6453 /meta/lib/oe | |
parent | 3d39ca5c91dbb62fb43199f916bd390cd6212e3d (diff) | |
download | openembedded-core-850735191c131d7baab72e7df6292b189ea56801.tar.gz openembedded-core-850735191c131d7baab72e7df6292b189ea56801.tar.bz2 openembedded-core-850735191c131d7baab72e7df6292b189ea56801.zip |
valgrind: make ld-XXX.so strlen intercept optional
Hack: Depending on how glibc was compiled (e.g. optimised
for size or built with _FORTIFY_SOURCE enabled) the strlen
symbol might not be found in ld-XXX.so. Therefore although
we should still try to intercept it, don't make it mandatory
to do so.
(From OE-Core rev: 84ec50e587e7464b260b1b189659b93b6dab0ef6)
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta/lib/oe')
0 files changed, 0 insertions, 0 deletions