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