[PATCH] support ppc64le in mash

Mark Hamzy hamzy at us.ibm.com
Tue Mar 25 20:35:20 UTC 2014


Add support for the ppc64le architecture in mash.

---
 mash/arch.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mash/arch.py b/mash/arch.py
index a2b0f79..cbeb24b 100644
--- a/mash/arch.py
+++ b/mash/arch.py
@@ -19,6 +19,7 @@ compat = { "i386" : ("athlon", "i686", "i586", "i486", "i386", "noarch"),
            "ia64" : ("ia64", "noarch"),
            "ppc" : ("ppc", "noarch"),
            "ppc64" : ("ppc64p7", "ppc64pseries", "ppc64iseries", "ppc64", "noarch"),
+           "ppc64le" : ("ppc64le", "noarch"),
            "s390" : ("s390", "noarch"),
            "s390x" : ("s390x",  "noarch"),
            "sparc" : ("sparcv9v", "sparcv9", "sparcv8", "sparc", "noarch"),
-- 
1.9.0



More information about the buildsys mailing list