From 28dba2a2843bf6d5c16256a8e4df47ce18ec48f1 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 19 Jun 2017 12:43:09 +0000 Subject: Proper support for powerpc64 (little and big endian) --- project.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'project.conf') diff --git a/project.conf b/project.conf index 2e5dbebe..76445475 100644 --- a/project.conf +++ b/project.conf @@ -54,3 +54,9 @@ arches: mips32l: variables: cpu: mipsel + ppc64b: + variables: + cpu: powerpc64 + ppc64l: + variables: + cpu: powerpc64le -- cgit v1.2.1