summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-06-19 12:42:52 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-07-07 10:15:23 +0000
commit696446271405fdc03680e60b102e47eb27eeb19d (patch)
tree72ab4b80fcea0d334ee4eacbac0b834d8bff43cc
parentcbc5a5284253c63c23e04021ffcbed11272883f8 (diff)
downloaddefinitions-696446271405fdc03680e60b102e47eb27eeb19d.tar.gz
project.conf: Ensure target follows --target-arch argument
-rw-r--r--project.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.conf b/project.conf
index 32e4181e..854c6bf5 100644
--- a/project.conf
+++ b/project.conf
@@ -9,7 +9,7 @@ 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}"