summaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf10
1 files changed, 8 insertions, 2 deletions
diff --git a/project.conf b/project.conf
index 8a2d731e..76445475 100644
--- a/project.conf
+++ b/project.conf
@@ -12,13 +12,13 @@ aliases:
element-path: elements
variables:
- cpu: "%{bst-arch}"
+ cpu: "%{bst-target-arch}"
abi: gnu
target-stage1: "%{cpu}-bootstrap-linux-%{abi}"
target: "%{cpu}-baserock-linux-%{abi}"
# Resolve the cpu and ABI portions of the host triple based
-# on archetecture names.
+# on architecture names.
arches:
x86_32:
variables:
@@ -54,3 +54,9 @@ arches:
mips32l:
variables:
cpu: mipsel
+ ppc64b:
+ variables:
+ cpu: powerpc64
+ ppc64l:
+ variables:
+ cpu: powerpc64le