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