45747f
--- crash-trace-command-2.0/Makefile.orig
45747f
+++ crash-trace-command-2.0/Makefile
45747f
@@ -30,6 +30,10 @@ ifeq ($(shell arch), aarch64)
45747f
   TARGET=ARM64
45747f
   TARGET_CFLAGS=
45747f
 endif
45747f
+ifeq ($(shell arch), armv7l)
45747f
+  TARGET=ARM32
45747f
+  TARGET_CFLAGS=
45747f
+endif
45747f
 
45747f
 INCDIR=/usr/include/crash
45747f