compiler-rt-sanitizers: Omit the musl architecture restrictions

sanitizers are working fine on arm/aarch64 as well. Remove the
compatible host restriction

(From OE-Core rev: 6aa78b3769af97ff04f81816766d71a8c05ad849)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
This commit is contained in:
Khem Raj 2025-05-05 21:03:38 -07:00 committed by Mathieu Dubois-Briand
parent 9f7378f6e8
commit 66c3a25232

View File

@ -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"