Blob Blame History Raw
From 84e47026d23ed228c20e11f78f6c86219736a855 Mon Sep 17 00:00:00 2001
From: "Brian C. Lane" <bcl@redhat.com>
Date: Fri, 10 Jan 2014 08:42:18 -0800
Subject: [PATCH] Add ppc64le

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index f59bfb0..eecd893 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ PYTHONINCLUDE = /usr/include/$(PYTHON)
 
 VERSION=1.0.10
 
-ifneq (,$(filter aarch64 sparc64 ppc64 x86_64 s390x,$(shell uname -m)))
+ifneq (,$(filter sparc64 ppc64 ppc64le x86_64 s390x aarch64,$(shell uname -m)))
 LIBDIR = lib64
 else
 LIBDIR = lib
-- 
1.9.3