mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-06-21 08:52:27 +02:00
tcmode: use EXTERNAL_CC for consistency
Signed-off-by: Christopher Larson <kergoth@gmail.com>
This commit is contained in:
@@ -125,7 +125,7 @@ toolchain_metadata_setup[eventmask] = "bb.event.ConfigParsed"
|
||||
addhandler toolchain_metadata_setup
|
||||
|
||||
GCCVERSION ?= "${@'.'.join('${GCC_VERSION}'.split('.')[:2])}%"
|
||||
GCC_VERSION = "${@external_run(d, 'gcc', '-dumpversion').rstrip()}"
|
||||
GCC_VERSION = "${@external_run(d, d.getVar('EXTERNAL_CC'), '-dumpversion').rstrip()}"
|
||||
GCC_VERSION_allarch = ""
|
||||
GCC_VERSION[vardepvalue] = "${GCC_VERSION}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user