diff mbox series

compiler-rt-sanitizers: Omit the musl architecture restrictions

Message ID 20250506040338.2194103-1-raj.khem@gmail.com
State New
Headers show
Series compiler-rt-sanitizers: Omit the musl architecture restrictions | expand

Commit Message

Khem Raj May 6, 2025, 4:03 a.m. UTC
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(-)
diff mbox series

Patch

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"