From 696446271405fdc03680e60b102e47eb27eeb19d Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 19 Jun 2017 12:42:52 +0000 Subject: project.conf: Ensure target follows --target-arch argument --- project.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- cgit v1.2.1