summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/common.inc
diff options
context:
space:
mode:
authorJeremy Puhlman <jpuhlman@mvista.com>2020-01-16 22:47:32 +0000
committerKhem Raj <raj.khem@gmail.com>2020-01-16 22:58:03 -0800
commitb4c7c28993fbf5b10d6ad99fd0ed117d144534cf (patch)
treed5d4c8bf9ce164b0f9d62925509650710ab12590 /recipes-devtools/clang/common.inc
parent8387efa3a89123b9f2bea43e8d4e0254535876c2 (diff)
downloadmeta-clang-b4c7c28993fbf5b10d6ad99fd0ed117d144534cf.tar.gz
libcxx: Correct link failure due to missing __divti3
Add libgcc as defined by $CC to link of libc++. Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.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 044a9ab..6a976de 100644
--- a/recipes-devtools/clang/common.inc
+++ b/recipes-devtools/clang/common.inc
@@ -35,6 +35,7 @@ SRC_URI = "\
35 file://0025-llvm-Let-llvm-ar-name-contain-lib.patch \ 35 file://0025-llvm-Let-llvm-ar-name-contain-lib.patch \
36 file://0026-libclang-Use-CMAKE_DL_LIBS-for-deducing-libdl.patch \ 36 file://0026-libclang-Use-CMAKE_DL_LIBS-for-deducing-libdl.patch \
37 file://0027-Fix-sanitizer-common-build-with-glibc-2.31.patch \ 37 file://0027-Fix-sanitizer-common-build-with-glibc-2.31.patch \
38 file://0028-Add-libgcc-to-link-step-for-libcxx.patch \
38" 39"
39 40
40# Fallback to no-PIE if not set 41# Fallback to no-PIE if not set