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