diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-05-19 23:37:46 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-06-08 11:37:54 -0700 |
| commit | 6a442a8a3b6b898c90ae1e25216810cf0022e8ad (patch) | |
| tree | bd44943bdb46db8c399e620fa67575d20aa9c7b8 | |
| parent | 241e7e50d394795822beb04869fa540026ebf0cd (diff) | |
| download | meta-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.bb | 6 |
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 | ||
| 96 | TOOLCHAIN_forcevariable = "clang" | 96 | TOOLCHAIN_forcevariable = "clang" |
| 97 | SYSROOT_DIRS_append_class-target = " ${nonarch_libdir}" | 97 | SYSROOT_DIRS_append_class-target = " ${nonarch_libdir}" |
| 98 | |||
| 99 | # riscv and x86_64 Sanitizers work on musl too | ||
| 100 | COMPATIBLE_HOST_libc-musl_x86-64 = "(.*)" | ||
| 101 | COMPATIBLE_HOST_libc-musl_riscv64 = "(.*)" | ||
| 102 | COMPATIBLE_HOST_libc-musl_riscv32 = "(.*)" | ||
| 103 | COMPATIBLE_HOST_libc-musl = "null" | ||
