From 763518ab92dc369c7e156033c0c891f78a95786e Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Thu, 18 Apr 2024 20:53:58 +0200 Subject: [PATCH] Add FreeBSD arm64 to README list of platforms --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 842388036..eabcc6ad8 100644 --- a/README +++ b/README @@ -35,7 +35,7 @@ platforms: - PPC64/Linux - ARM/Linux - ARM64/Linux -- x86/macOS +- X86/macOS - AMD64/macOS - S390X/Linux - MIPS32/Linux @@ -45,6 +45,7 @@ platforms: - AMD64/Solaris - X86/FreeBSD - AMD64/FreeBSD +- ARM64/FreeBSD Note that AMD64 is just another name for x86_64, and Valgrind runs fine on Intel processors. Also note that the core of macOS is called -- 2.11.4.GIT