summaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2017-07-12 10:45:57 +0000
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2017-07-12 10:45:57 +0000
commit879a306c8c6285e9ef8dcbbba96bb84e62a9654c (patch)
treef3fb68930e733a87fdb0a675561a0d8bd00ca5b6 /project.conf
parent4faa52372d4e9422346b15ef696fc8616196950d (diff)
parenta515e4f5fba4eb9d9a417025e62b90b185029d2a (diff)
downloaddefinitions-879a306c8c6285e9ef8dcbbba96bb84e62a9654c.tar.gz
Merge branch 'sam/gnu-toolchain-updates' into 'gnu-toolchain'
Update toolchain and allow cross-building See merge request !9
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