diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-06-12 07:59:05 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-13 10:46:30 +0100 |
commit | 8ab1828f073b5eab606161681a5f260cc0e77bf1 (patch) | |
tree | add7a8a8a009015f24654cf743bc6c74f74c6a4f /meta/lib/oeqa/core/runner.py | |
parent | 29366ea3ed574848cbf5a6fd9012bf53eddb338f (diff) | |
download | openembedded-core-8ab1828f073b5eab606161681a5f260cc0e77bf1.tar.gz openembedded-core-8ab1828f073b5eab606161681a5f260cc0e77bf1.tar.bz2 openembedded-core-8ab1828f073b5eab606161681a5f260cc0e77bf1.zip |
valgrind: Fix ptest build with musl
musl unearthed a problem when building out of tree, config.h was being
used from $(srcdir) instead of generated config.h in $(builddir)
this assumed functions e.g. mallinfo() and more which are not in musl
as a result tests broke.
Also add fixes to build remaining tests when building on musl
pass -fno-pie as it cant use PIE especially in ptests/x86_64
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/core/runner.py')
0 files changed, 0 insertions, 0 deletions