meta-environment{,-extsdk}: don't include -B${gcc_bindir} in emitted TUNE_CC_ARCH

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.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Serge Semin
2018-04-04 01:45:28 +05:00
committed by Christopher Larson
parent 6421c94565
commit 3902c43070
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
# 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}"

View File

@@ -0,0 +1,4 @@
# 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}"