diff options
author | Mamta Shukla <mamta.shukla@leica-geosystems.com> | 2022-09-08 13:31:38 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-11-04 13:34:12 -0700 |
commit | 8e53d8f91b0afd9d9076c5e052297cfd5d494db6 (patch) | |
tree | 94f0ed91b9e5b2ca7cfaffa17271f248133e1a43 | |
parent | ede6ff1ceabb67d075c2ab5f851af5a7b5a9e447 (diff) | |
download | meta-clang-8e53d8f91b0afd9d9076c5e052297cfd5d494db6.tar.gz |
compiler-rt-sanitizer: fix nativesdk-compiler-rt-sanitizers build
Signed-off-by: Mamta Shukla <mamta.shukla@leica-geosystems.com>
-rw-r--r-- | recipes-devtools/clang/compiler-rt-sanitizers_git.bb | 2 |
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 | ||
18 | DEPENDS += "ninja-native virtual/crypt" | 18 | DEPENDS += "ninja-native virtual/crypt" |
19 | DEPENDS:append:class-native = " clang-native libxcrypt-native" | 19 | DEPENDS:append:class-native = " clang-native libxcrypt-native" |
20 | DEPENDS:append:class-nativesdk = " clang-native nativesdk-libxcrypt" | 20 | DEPENDS:append:class-nativesdk = " clang-native clang-crosssdk-${SDK_ARCH} nativesdk-libxcrypt" |
21 | 21 | ||
22 | PACKAGECONFIG ??= "" | 22 | PACKAGECONFIG ??= "" |
23 | PACKAGECONFIG[crt] = "-DCOMPILER_RT_BUILD_CRT:BOOL=ON,-DCOMPILER_RT_BUILD_CRT:BOOL=OFF" | 23 | PACKAGECONFIG[crt] = "-DCOMPILER_RT_BUILD_CRT:BOOL=ON,-DCOMPILER_RT_BUILD_CRT:BOOL=OFF" |