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