mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-06-21 08:52:27 +02:00
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:
committed by
Christopher Larson
parent
6421c94565
commit
3902c43070
4
core/recipes-core/meta/meta-environment-extsdk.bbappend
Normal file
4
core/recipes-core/meta/meta-environment-extsdk.bbappend
Normal 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}"
|
||||
4
core/recipes-core/meta/meta-environment.bbappend
Normal file
4
core/recipes-core/meta/meta-environment.bbappend
Normal 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}"
|
||||
Reference in New Issue
Block a user