[PATCH] Fix architecture detection on OpenBSD/arm64
Export this patch
---
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*) \
--
2.42.0
Sorry for the late reply. The patch looks good, I pushed it to master.