summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-05-19 23:37:46 -0700
committerKhem Raj <raj.khem@gmail.com>2021-06-08 11:37:54 -0700
commit6a442a8a3b6b898c90ae1e25216810cf0022e8ad (patch)
treebd44943bdb46db8c399e620fa67575d20aa9c7b8
parent241e7e50d394795822beb04869fa540026ebf0cd (diff)
downloadmeta-clang-6a442a8a3b6b898c90ae1e25216810cf0022e8ad.tar.gz
compiler-rt-sanitizers: Limit to buildable arch/libc combinations
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-devtools/clang/compiler-rt-sanitizers_git.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-devtools/clang/compiler-rt-sanitizers_git.bb b/recipes-devtools/clang/compiler-rt-sanitizers_git.bb
index aa3a9ac..50fc865 100644
--- a/recipes-devtools/clang/compiler-rt-sanitizers_git.bb
+++ b/recipes-devtools/clang/compiler-rt-sanitizers_git.bb
@@ -95,3 +95,9 @@ ALLOW_EMPTY_${PN}-dev = "1"
95 95
96TOOLCHAIN_forcevariable = "clang" 96TOOLCHAIN_forcevariable = "clang"
97SYSROOT_DIRS_append_class-target = " ${nonarch_libdir}" 97SYSROOT_DIRS_append_class-target = " ${nonarch_libdir}"
98
99# riscv and x86_64 Sanitizers work on musl too
100COMPATIBLE_HOST_libc-musl_x86-64 = "(.*)"
101COMPATIBLE_HOST_libc-musl_riscv64 = "(.*)"
102COMPATIBLE_HOST_libc-musl_riscv32 = "(.*)"
103COMPATIBLE_HOST_libc-musl = "null"