summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/common.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-05-19 21:53:25 -0700
committerKhem Raj <raj.khem@gmail.com>2021-06-08 11:37:54 -0700
commit241e7e50d394795822beb04869fa540026ebf0cd (patch)
tree30a5de0c446434549572dcf852da25b3dbce6c1d /recipes-devtools/clang/common.inc
parent6ecc0989f152811b8e042d0eb0c94db24c023543 (diff)
downloadmeta-clang-241e7e50d394795822beb04869fa540026ebf0cd.tar.gz
compiler-rt-sanitizers: Link with static C++ runtime when available
This fixes build on ARM Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/common.inc')
-rw-r--r--recipes-devtools/clang/common.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc
index d0811fc..35553a1 100644
--- a/recipes-devtools/clang/common.inc
+++ b/recipes-devtools/clang/common.inc
@@ -39,6 +39,7 @@ SRC_URI = "\
39 file://0028-clang-Switch-defaults-to-dwarf-5-debug-info-on-Linux.patch \ 39 file://0028-clang-Switch-defaults-to-dwarf-5-debug-info-on-Linux.patch \
40 file://0029-compiler-rt-Do-not-use-backtrace-APIs-on-non-glibc-l.patch \ 40 file://0029-compiler-rt-Do-not-use-backtrace-APIs-on-non-glibc-l.patch \
41 file://0030-clang-Fix-x86-triple-for-non-debian-multiarch-linux-.patch \ 41 file://0030-clang-Fix-x86-triple-for-non-debian-multiarch-linux-.patch \
42 file://0031-compiler-rt-Link-scudo-with-SANITIZER_CXX_ABI_LIBRAR.patch \
42" 43"
43# Fallback to no-PIE if not set 44# Fallback to no-PIE if not set
44GCCPIE ??= "" 45GCCPIE ??= ""