summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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*)                             \