]> code.ossystems Code Review - openembedded-core.git/commit
valgrind: Do not use outline-atomics on aarch64
authorKhem Raj <raj.khem@gmail.com>
Thu, 14 May 2020 17:30:09 +0000 (10:30 -0700)
committerSteve Sakoman <steve@sakoman.com>
Wed, 17 Jun 2020 03:06:39 +0000 (17:06 -1000)
commit48c53bc81963621e8e9fbb89277d1a3d10f153d5
treeea8e6fb597a95637d15c4553a893ce521d5a8c03
parent7457e6e2a2b0d00875c15112b6528c9ad97830d5
valgrind: Do not use outline-atomics on aarch64

This avoids the __getauxval undefined reference error seen with gcc10 on
doing static linking with -nodefaultlibs, which is uncommon usecase
anyway, disabling outline-atomics is not a huge deal for OE in terms of
performance as we already use -mcpu which is tuned enough to the SOC the
code is being generated for

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 3952738d083b888e5b898ed3d63a0ed9a4dd3712)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/valgrind/valgrind_3.15.0.bb