mirror of
https://git.yoctoproject.org/poky-contrib
synced 2025-05-08 23:52:25 +08: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: 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:
parent
9f7378f6e8
commit
66c3a25232
@ -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…
x
Reference in New Issue
Block a user