From: Khem Raj Date: Tue, 6 May 2025 04:03:38 +0000 (-0700) Subject: compiler-rt-sanitizers: Omit the musl architecture restrictions X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3ebe53ddc99643f96a87e751766f02f0b2203a07;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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"