Message ID | 20250506040338.2194103-1-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
Series | compiler-rt-sanitizers: Omit the musl architecture restrictions | expand |
diff --git a/meta/recipes-devtools/clang/compiler-rt-sanitizers_git.bb b/meta/recipes-devtools/clang/compiler-rt-sanitizers_git.bb index b987a5cc768..bb3c8aa20a4 100644 --- a/meta/recipes-devtools/clang/compiler-rt-sanitizers_git.bb +++ b/meta/recipes-devtools/clang/compiler-rt-sanitizers_git.bb @@ -129,9 +129,3 @@ ALLOW_EMPTY:${PN} = "1" ALLOW_EMPTY:${PN}-dev = "1" SYSROOT_DIRS:append:class-target = " ${nonarch_libdir}" - -# riscv and x86_64 Sanitizers work on musl too -COMPATIBLE_HOST:libc-musl:x86-64 = "(.*)" -COMPATIBLE_HOST:libc-musl:riscv64 = "(.*)" -COMPATIBLE_HOST:libc-musl:riscv32 = "(.*)" -COMPATIBLE_HOST:libc-musl = "null"
sanitizers are working fine on arm/aarch64 as well. Remove the compatible host restriction Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta/recipes-devtools/clang/compiler-rt-sanitizers_git.bb | 6 ------ 1 file changed, 6 deletions(-)