mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
valgrind: avoid neon for targets which don't support it
The sh-mem-random.c test app tries to use neon loads and stores to test 64-bit float copies when building for ARM. Allow it to do so if possible, but fallback to C when building for ARM targets which don't support neon. (From OE-Core rev: 2194bbfe287412449d85182a4e02c8884c83170f) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b191f58557
commit
9cf1ec00e8
@@ -22,6 +22,7 @@ SRC_URI = "http://www.valgrind.org/downloads/valgrind-${PV}.tar.bz2 \
|
||||
file://0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch \
|
||||
file://0001-Remove-tests-that-fail-to-build-on-some-PPC32-config.patch \
|
||||
file://use-appropriate-march-mcpu-mfpu-for-ARM-test-apps.patch \
|
||||
file://avoid-neon-for-targets-which-don-t-support-it.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "4ea62074da73ae82e0162d6550d3f129"
|
||||
|
||||
Reference in New Issue
Block a user