mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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: 3ebe53ddc99643f96a87e751766f02f0b2203a07) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
edcd52ed54
commit
afc01fd5d8
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user