Blob Blame History Raw
--- crash-trace-command-2.0/Makefile.orig
+++ crash-trace-command-2.0/Makefile
@@ -34,6 +34,10 @@ ifeq ($(shell arch), armv7l)
   TARGET=ARM32
   TARGET_CFLAGS=
 endif
+ifeq ($(shell arch), mips64)
+  TARGET=MIPS
+  TARGET_CFLAGS=
+endif
 
 INCDIR=/usr/include/crash