From d023bdaa6b493686f7e9be7ac200ee4ac37d351f Mon Sep 17 00:00:00 2001 From: Josiah Frentsos Date: Fri, 15 Sep 2023 13:18:26 -0400 Subject: Fix architecture detection on OpenBSD/arm64 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0dbe5f7..3266c76 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ config.h: ;; \ *) \ case `uname -m` in \ - *aarch64*) \ + *aarch64*|*arm64*) \ echo "#define Deftgt T_arm64"; \ ;; \ *riscv64*) \ -- cgit 1.4.1