diff --git a/meta/recipes-devtools/clang/compiler-rt-sanitizers_git.bb b/meta/recipes-devtools/clang/compiler-rt-sanitizers_git.bb index b987a5cc76..bb3c8aa20a 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"