From 8beb762f8782c95a357e608a5bcb58ea264d5898 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Mon, 31 Oct 2016 15:05:08 -0700 Subject: [PATCH] tcmode: add EXTERNAL_TARGET_SYS to BUILDCFG_VARS It's useful to know which target triplet/system was selected by the logic in the tcmode file, as it searches EXTERNAL_TOOLCHAIN to determine which to use. Signed-off-by: Christopher Larson --- conf/distro/include/tcmode-external-sourcery.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/include/tcmode-external-sourcery.inc b/conf/distro/include/tcmode-external-sourcery.inc index d298f78..cf9bf67 100644 --- a/conf/distro/include/tcmode-external-sourcery.inc +++ b/conf/distro/include/tcmode-external-sourcery.inc @@ -239,7 +239,7 @@ SOURCERY_VERSION[vardepvalue] = "${SOURCERY_VERSION}" EXTERNAL_PV_SUFFIX ?= "-${SOURCERY_VERSION}" EXTERNAL_PV_SUFFIX_allarch = "" -BUILDCFG_VARS += "EXTERNAL_TOOLCHAIN SOURCERY_VERSION GCC_VERSION" +BUILDCFG_VARS += "EXTERNAL_TOOLCHAIN EXTERNAL_TARGET_SYS SOURCERY_VERSION GCC_VERSION" # Adjust tunings to ensure we're using Sourcery G++ multilibs require conf/distro/include/sourcery-tuning.inc