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