From e93ba6ff5d9df8213bb8e52ee6ec01e61c014549 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Thu, 1 Apr 2021 11:33:58 -0700 Subject: [PATCH] meta-environment{,-extsdk}: obey the tcmode override Signed-off-by: Christopher Larson --- core/recipes-core/meta/meta-environment-extsdk.bbappend | 3 +-- core/recipes-core/meta/meta-environment.bbappend | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/core/recipes-core/meta/meta-environment-extsdk.bbappend b/core/recipes-core/meta/meta-environment-extsdk.bbappend index dabfa15..b43d5e6 100644 --- a/core/recipes-core/meta/meta-environment-extsdk.bbappend +++ b/core/recipes-core/meta/meta-environment-extsdk.bbappend @@ -1,4 +1,3 @@ - # Don't dump the -B${gcc_bindir} appended to TUNE_CCARGS and subsequently # to TARGET_CC_ARCH, since it consists of local machine toolchain paths. -TUNE_CCARGS_remove = "-B${gcc_bindir}" +TUNE_CCARGS_remove_tcmode-external = "-B${gcc_bindir}" diff --git a/core/recipes-core/meta/meta-environment.bbappend b/core/recipes-core/meta/meta-environment.bbappend index dabfa15..b43d5e6 100644 --- a/core/recipes-core/meta/meta-environment.bbappend +++ b/core/recipes-core/meta/meta-environment.bbappend @@ -1,4 +1,3 @@ - # Don't dump the -B${gcc_bindir} appended to TUNE_CCARGS and subsequently # to TARGET_CC_ARCH, since it consists of local machine toolchain paths. -TUNE_CCARGS_remove = "-B${gcc_bindir}" +TUNE_CCARGS_remove_tcmode-external = "-B${gcc_bindir}"