https://sourceware.org/cgit/valgrind/commit/?id=717265383c8af6f99836a42ebe54c49e98065ccb
commit 717265383c8af6f99836a42ebe54c49e98065ccb
Author: Mark Wielaard <ma...@kl...>
Date: Sat Sep 20 22:31:48 2025 +0200
memcheck/tests/Makefile.am: Add arm64-freebsd to DIST_SUBDIRS
Fixes: 0a9e19a5947a ("FreeBSD regtest: add scalar_arg_check for arm64")
Diff:
---
memcheck/tests/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/memcheck/tests/Makefile.am b/memcheck/tests/Makefile.am
index c9a617c486..0b192de104 100644
--- a/memcheck/tests/Makefile.am
+++ b/memcheck/tests/Makefile.am
@@ -75,7 +75,7 @@ endif
DIST_SUBDIRS = x86 amd64 arm64 ppc32 ppc64 s390x linux \
darwin solaris x86-linux amd64-linux arm64-linux riscv64-linux \
x86-solaris amd64-solaris mips32 mips64 \
- freebsd amd64-freebsd x86-freebsd \
+ freebsd amd64-freebsd arm64-freebsd x86-freebsd \
common .
dist_noinst_SCRIPTS = \
|