mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-03 22:44:37 +02:00
tcmode-external-sourcery: don't fall back to non-prefixed for CSL_TARGET_SYS
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
@@ -24,7 +24,7 @@ def csl_target_sys(d):
|
||||
gcc = os.path.join(toolchain_path, 'bin', triplet + '-gcc')
|
||||
if os.path.exists(gcc):
|
||||
return triplet + '-'
|
||||
return ''
|
||||
return '${TARGET_SYS}-'
|
||||
|
||||
TARGET_PREFIX = "${@csl_target_sys(d)}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user