From cc511c3357c2eeb174022b1641ba2e5c7be7e226 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Fri, 1 Apr 2022 22:56:30 +0000 Subject: [PATCH] tcmode: fix toolchain-clang override Signed-off-by: Christopher Larson --- conf/distro/include/tcmode-external.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/include/tcmode-external.inc b/conf/distro/include/tcmode-external.inc index 27c54fd..f3c066f 100644 --- a/conf/distro/include/tcmode-external.inc +++ b/conf/distro/include/tcmode-external.inc @@ -88,7 +88,7 @@ BB_HASHBASE_WHITELIST:remove = "EXTERNAL_TOOLCHAIN" # TOOLCHAIN_OPTIONS would seem more appropriate, but that gets added to LD as # well, and --no-sysroot-suffix only works for gcc, not binutils. NO_SYSROOT_SUFFIX = " --no-sysroot-suffix" -NO_SYSROOT_SUFFIX_toolchain-clang = "" +NO_SYSROOT_SUFFIX:toolchain-clang = "" HOST_CC_ARCH .= "${NO_SYSROOT_SUFFIX}" # Certain recipes call ld directly, so ensure the correct emulation is used,