From 3ebe53ddc99643f96a87e751766f02f0b2203a07 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 5 May 2025 21:03:38 -0700 Subject: [PATCH] compiler-rt-sanitizers: Omit the musl architecture restrictions sanitizers are working fine on arm/aarch64 as well. Remove the compatible host restriction Signed-off-by: Khem Raj Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-devtools/clang/compiler-rt-sanitizers_git.bb | 6 ------ 1 file changed, 6 deletions(-) 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" -- 2.47.3