mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-06-21 08:52:27 +02:00
tcmode: avoid the implicit tcmode-${TCMODE} in OVERRIDES
This avoids duplicate entries and simplifies. Signed-off-by: Christopher Larson <kergoth@gmail.com>
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user