summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMamta Shukla <mamta.shukla@leica-geosystems.com>2022-09-08 13:31:38 +0000
committerKhem Raj <raj.khem@gmail.com>2023-09-08 09:08:54 -0700
commitda03514ffb56a102663a8fef906e8986f3e76956 (patch)
tree55c9e8dad91b31c583807ee0e590d3599ceda5aa
parent3564ede2191cc42b6e3f4287cfb1beba87d03a7d (diff)
downloadmeta-clang-da03514ffb56a102663a8fef906e8986f3e76956.tar.gz
compiler-rt-sanitizer: fix nativesdk-compiler-rt-sanitizers build
Signed-off-by: Mamta Shukla <mamta.shukla@leica-geosystems.com> (cherry picked from commit 8e53d8f91b0afd9d9076c5e052297cfd5d494db6)
-rw-r--r--recipes-devtools/clang/compiler-rt-sanitizers_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/clang/compiler-rt-sanitizers_git.bb b/recipes-devtools/clang/compiler-rt-sanitizers_git.bb
index 21c5e16..50a8cb7 100644
--- a/recipes-devtools/clang/compiler-rt-sanitizers_git.bb
+++ b/recipes-devtools/clang/compiler-rt-sanitizers_git.bb
@@ -17,7 +17,7 @@ TUNE_CCARGS:remove = "-no-integrated-as"
17 17
18DEPENDS += "ninja-native virtual/crypt" 18DEPENDS += "ninja-native virtual/crypt"
19DEPENDS:append:class-native = " clang-native libxcrypt-native" 19DEPENDS:append:class-native = " clang-native libxcrypt-native"
20DEPENDS:append:class-nativesdk = " clang-native nativesdk-libxcrypt" 20DEPENDS:append:class-nativesdk = " clang-native clang-crosssdk-${SDK_ARCH} nativesdk-libxcrypt"
21 21
22PACKAGECONFIG ??= "" 22PACKAGECONFIG ??= ""
23PACKAGECONFIG[crt] = "-DCOMPILER_RT_BUILD_CRT:BOOL=ON,-DCOMPILER_RT_BUILD_CRT:BOOL=OFF" 23PACKAGECONFIG[crt] = "-DCOMPILER_RT_BUILD_CRT:BOOL=ON,-DCOMPILER_RT_BUILD_CRT:BOOL=OFF"