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