696c6f
--- crash-trace-command-2.0/Makefile.orig
696c6f
+++ crash-trace-command-2.0/Makefile
696c6f
@@ -6,6 +6,10 @@ ifeq ($(shell arch), ppc64)
696c6f
   TARGET=PPC64
696c6f
   TARGET_CFLAGS=-m64
696c6f
 endif
696c6f
+ifeq ($(shell arch), ppc64le)
696c6f
+  TARGET=PPC64
696c6f
+  TARGET_CFLAGS=-m64
696c6f
+endif
696c6f
 ifeq ($(shell arch), ia64)
696c6f
   TARGET=IA64
696c6f
   TARGET_CFLAGS=