|
From: Mark W. <ma...@so...> - 2019-11-21 09:40:06
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=132681dc195ea76e7d69010114f06699cd3f917c commit 132681dc195ea76e7d69010114f06699cd3f917c Author: Mark Wielaard <ma...@kl...> Date: Thu Nov 21 10:32:43 2019 +0100 none/tests/arm64/Makefile.am: Add atomics_v81 only conditionally The atomics_v81 was added twice to check_PROGRAMS. It should only be added when BUILD_ARMV81_TESTS is set. Diff: --- none/tests/arm64/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/none/tests/arm64/Makefile.am b/none/tests/arm64/Makefile.am index 223ecdb..78a5742 100644 --- a/none/tests/arm64/Makefile.am +++ b/none/tests/arm64/Makefile.am @@ -16,8 +16,7 @@ check_PROGRAMS = \ cvtf_imm \ fp_and_simd \ integer \ - memory \ - atomics_v81 + memory if BUILD_ARMV8_CRC_TESTS check_PROGRAMS += crc32 |