meta-environment{,-extsdk}: obey the tcmode override

Signed-off-by: Christopher Larson <kergoth@gmail.com>
This commit is contained in:
Christopher Larson
2021-04-01 11:33:58 -07:00
parent 33b2728ac6
commit e93ba6ff5d
2 changed files with 2 additions and 4 deletions

View File

@@ -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}"

View File

@@ -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}"