From 95c616770edd5d9461b8f7bcf417d29be1df23fa Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Fri, 27 Jan 2017 10:36:57 -0700 Subject: [PATCH] tcmode: use SOURCERY_TOOLCHAIN_VERSION for the build cfg summary This makes it clear that this refers to the toolchain, not the CodeBench IDE. JIRA: SB-8699 Signed-off-by: Christopher Larson --- conf/distro/include/tcmode-external-sourcery.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/conf/distro/include/tcmode-external-sourcery.inc b/conf/distro/include/tcmode-external-sourcery.inc index d0c6dfc..acbd221 100644 --- a/conf/distro/include/tcmode-external-sourcery.inc +++ b/conf/distro/include/tcmode-external-sourcery.inc @@ -330,7 +330,10 @@ SOURCERY_VERSION[vardepvalue] = "${SOURCERY_VERSION}" EXTERNAL_PV_SUFFIX ?= "-${SOURCERY_VERSION}" EXTERNAL_PV_SUFFIX_allarch = "" -BUILDCFG_VARS += "EXTERNAL_TOOLCHAIN EXTERNAL_TARGET_SYS SOURCERY_VERSION GCC_VERSION" +# Make it clear that this version is the toolchain, not the CodeBench IDE +SOURCERY_TOOLCHAIN_VERSION = "${SOURCERY_VERSION}" + +BUILDCFG_VARS += "EXTERNAL_TOOLCHAIN EXTERNAL_TARGET_SYS SOURCERY_TOOLCHAIN_VERSION GCC_VERSION" # Adjust tunings to ensure we're using Sourcery G++ multilibs require conf/distro/include/sourcery-tuning.inc