8eb008
--- crash-trace-command-2.0/Makefile.orig
8eb008
+++ crash-trace-command-2.0/Makefile
8eb008
@@ -22,6 +22,10 @@ ifeq ($(shell arch), s390)
8eb008
   TARGET=S390
8eb008
   TARGET_CFLAGS=
8eb008
 endif
8eb008
+ifeq ($(shell arch), aarch64)
8eb008
+  TARGET=ARM64
8eb008
+  TARGET_CFLAGS=
8eb008
+endif
8eb008
 
8eb008
 INCDIR=/usr/include/crash
8eb008