From 9c83ef365cc16d817ac5c712e7181384adfe145a Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Thu, 1 Apr 2021 11:27:13 -0700 Subject: [PATCH] tcmode: avoid the implicit tcmode-${TCMODE} in OVERRIDES This avoids duplicate entries and simplifies. Signed-off-by: Christopher Larson --- conf/distro/include/tcmode-external.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/distro/include/tcmode-external.inc b/conf/distro/include/tcmode-external.inc index 946c6bd..d5ffa95 100644 --- a/conf/distro/include/tcmode-external.inc +++ b/conf/distro/include/tcmode-external.inc @@ -107,8 +107,7 @@ TUNE_CCARGS .= "${@' -B${gcc_bindir}' if d.getVar('PREFERRED_PROVIDER_virtual/${ TARGET_LDFLAGS_BUILD_ID = "-Wl,--build-id=sha1" TARGET_LDFLAGS += "${TARGET_LDFLAGS_BUILD_ID}" -TCMODEOVERRIDES = "tcmode-external" -TCMODEOVERRIDES_append = ":tcmode-${TCMODE}" +TCMODEOVERRIDES ?= "tcmode-external" OVERRIDES =. "${TCMODEOVERRIDES}:" python toolchain_metadata_setup () {