]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
arm64 regtest: bug489338 testcase needs to link with maths library on Linux
authorPaul Floyd <pjfloyd@wanadoo.fr>
Mon, 1 Jul 2024 11:47:07 +0000 (13:47 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Mon, 1 Jul 2024 11:47:07 +0000 (13:47 +0200)
none/tests/arm64/Makefile.am

index 8e57118e31ca5ec818e0736c45cf62f66cc937ae..95a74e2b8a906ac4caaf1cf5fe0f3f69f9ca956b 100644 (file)
@@ -91,6 +91,7 @@ fp_and_simd_SOURCES     = fp_and_simd.c simd.h simd.c
 fp_and_simd_v82_SOURCES = fp_and_simd_v82.c simd.h simd.c
 sha512_v82_SOURCES      = sha512_v82.c simd.h simd.c
 
+bug489338_LDADD    = -lm
 fp_and_simd_LDADD  = -lm
 simd_v81_LDADD     = -lm
 fp_and_simd_v82_LDADD  = -lm