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