Skip to content

Commit

Permalink
compiler-rt-sanitizers: Limit to buildable arch/libc combinations
Browse files Browse the repository at this point in the history
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
kraj committed Jun 8, 2021
1 parent 241e7e5 commit 6a442a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions recipes-devtools/clang/compiler-rt-sanitizers_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,9 @@ ALLOW_EMPTY_${PN}-dev = "1"

TOOLCHAIN_forcevariable = "clang"
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"

0 comments on commit 6a442a8

Please sign in to comment.