This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/master by this push: new 354538e7 known_os_archs += Mac-aarch64 354538e7 is described below commit 354538e7edba2430ca92c24b9f8a36f58f6d7837 Author: Sebb <s...@apache.org> AuthorDate: Sat Oct 28 12:09:56 2023 +0100 known_os_archs += Mac-aarch64 [skip ci] --- Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.common b/Makefile.common index 238dd50e..900b3c5f 100644 --- a/Makefile.common +++ b/Makefile.common @@ -52,8 +52,8 @@ endif # os=Default is meant to be generic Unix/Linux - -known_os_archs := Linux-x86 Linux-x86_64 Linux-aarch64 Linux-arm Linux-armhf Linux-ppc Linux-ppc64 Mac-x86 Mac-x86_64 Mac-arm64 FreeBSD-x86_64 Windows-x86 Windows-x86_64 SunOS-x86 SunOS-sparc SunOS-x86_64 AIX-ppc64 +# The following list must include all OS entries beloe (apart from Default) +known_os_archs := Linux-x86 Linux-x86_64 Linux-aarch64 Linux-arm Linux-armhf Linux-ppc Linux-ppc64 Mac-x86 Mac-x86_64 Mac-arm64 Mac-aarch64 FreeBSD-x86_64 Windows-x86 Windows-x86_64 SunOS-x86 SunOS-sparc SunOS-x86_64 AIX-ppc64 os_arch := $(OS_NAME)-$(OS_ARCH) ifeq (,$(findstring $(strip $(os_arch)),$(known_os_archs)))