diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-05-05 21:03:38 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-08 10:28:18 +0100 |
| commit | afc01fd5d876086b94e661f6f2b9d00661bd9efb (patch) | |
| tree | b844351ac416d0b472b22d0cb95814cb7b514b2a /meta/recipes-devtools | |
| parent | edcd52ed54f4df70bf8bd9245c49d6e4f376ba9d (diff) | |
| download | poky-afc01fd5d876086b94e661f6f2b9d00661bd9efb.tar.gz | |
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>
Diffstat (limited to 'meta/recipes-devtools')
| -rw-r--r-- | meta/recipes-devtools/clang/compiler-rt-sanitizers_git.bb | 6 |
1 files changed, 0 insertions, 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 b987a5cc76..bb3c8aa20a 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" | |||
| 129 | ALLOW_EMPTY:${PN}-dev = "1" | 129 | ALLOW_EMPTY:${PN}-dev = "1" |
| 130 | 130 | ||
| 131 | SYSROOT_DIRS:append:class-target = " ${nonarch_libdir}" | 131 | SYSROOT_DIRS:append:class-target = " ${nonarch_libdir}" |
| 132 | |||
| 133 | # riscv and x86_64 Sanitizers work on musl too | ||
| 134 | COMPATIBLE_HOST:libc-musl:x86-64 = "(.*)" | ||
| 135 | COMPATIBLE_HOST:libc-musl:riscv64 = "(.*)" | ||
| 136 | COMPATIBLE_HOST:libc-musl:riscv32 = "(.*)" | ||
| 137 | COMPATIBLE_HOST:libc-musl = "null" | ||
