From b897835882b440ba4030c9d4f9fb305b40589042 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 19 Jun 2017 12:43:09 +0000 Subject: project.conf: Support powerpc64 --- project.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/project.conf b/project.conf index 854c6bf5..641a84da 100644 --- a/project.conf +++ b/project.conf @@ -51,3 +51,9 @@ arches: mips32l: variables: cpu: mipsel + ppc64b: + variables: + cpu: powerpc64be + ppc64l: + variables: + cpu: powerpc64le -- cgit v1.2.1