diff options
| -rw-r--r-- | recipes-devtools/clang/compiler-rt-sanitizers_git.bb | 6 |
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 | ||
| 96 | TOOLCHAIN_forcevariable = "clang" | 96 | TOOLCHAIN_forcevariable = "clang" |
| 97 | SYSROOT_DIRS_append_class-target = " ${nonarch_libdir}" | 97 | SYSROOT_DIRS_append_class-target = " ${nonarch_libdir}" |
| 98 | |||
| 99 | # riscv and x86_64 Sanitizers work on musl too | ||
| 100 | COMPATIBLE_HOST_libc-musl_x86-64 = "(.*)" | ||
| 101 | COMPATIBLE_HOST_libc-musl_riscv64 = "(.*)" | ||
| 102 | COMPATIBLE_HOST_libc-musl_riscv32 = "(.*)" | ||
| 103 | COMPATIBLE_HOST_libc-musl = "null" | ||
