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