summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/clang/compiler-rt-sanitizers_git.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-devtools/clang/compiler-rt-sanitizers_git.bb b/recipes-devtools/clang/compiler-rt-sanitizers_git.bb
index aa3a9ac..50fc865 100644
--- a/recipes-devtools/clang/compiler-rt-sanitizers_git.bb
+++ b/recipes-devtools/clang/compiler-rt-sanitizers_git.bb
@@ -95,3 +95,9 @@ ALLOW_EMPTY_${PN}-dev = "1"
95 95
96TOOLCHAIN_forcevariable = "clang" 96TOOLCHAIN_forcevariable = "clang"
97SYSROOT_DIRS_append_class-target = " ${nonarch_libdir}" 97SYSROOT_DIRS_append_class-target = " ${nonarch_libdir}"
98
99# riscv and x86_64 Sanitizers work on musl too
100COMPATIBLE_HOST_libc-musl_x86-64 = "(.*)"
101COMPATIBLE_HOST_libc-musl_riscv64 = "(.*)"
102COMPATIBLE_HOST_libc-musl_riscv32 = "(.*)"
103COMPATIBLE_HOST_libc-musl = "null"