Skip to content

Commit

Permalink
compiler-rt-sanitizer: fix nativesdk-compiler-rt-sanitizers build
Browse files Browse the repository at this point in the history
Signed-off-by: Mamta Shukla <mamta.shukla@leica-geosystems.com>
  • Loading branch information
Mamta Shukla authored and kraj committed Nov 4, 2022
1 parent ede6ff1 commit 8e53d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-devtools/clang/compiler-rt-sanitizers_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ TUNE_CCARGS:remove = "-no-integrated-as"

DEPENDS += "ninja-native virtual/crypt"
DEPENDS:append:class-native = " clang-native libxcrypt-native"
DEPENDS:append:class-nativesdk = " clang-native nativesdk-libxcrypt"
DEPENDS:append:class-nativesdk = " clang-native clang-crosssdk-${SDK_ARCH} nativesdk-libxcrypt"

PACKAGECONFIG ??= ""
PACKAGECONFIG[crt] = "-DCOMPILER_RT_BUILD_CRT:BOOL=ON,-DCOMPILER_RT_BUILD_CRT:BOOL=OFF"
Expand Down

0 comments on commit 8e53d8f

Please sign in to comment.