summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/common.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-12-11 10:25:49 -0800
committerKhem Raj <raj.khem@gmail.com>2019-12-11 16:57:49 -0800
commitb89fc6e427155d8cae8301dae0f11b279a3e04cb (patch)
treebd1330b6a3144fabe91cbbf75e4cdb3d7bf0ad34 /recipes-devtools/clang/common.inc
parent5883178e0daed5e668857864bfc1fda4f1856b62 (diff)
downloadmeta-clang-b89fc6e427155d8cae8301dae0f11b279a3e04cb.tar.gz
clang: Use cmake variable for libdl
This ensures that clang can link with libdl on platforms where needed Fixes issue #241 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 c5e8d48..0f632f8 100644
--- a/recipes-devtools/clang/common.inc
+++ b/recipes-devtools/clang/common.inc
@@ -33,6 +33,7 @@ SRC_URI = "\
33 file://0023-openmp-Recognise-ARMv7ve-machine-arch.patch \ 33 file://0023-openmp-Recognise-ARMv7ve-machine-arch.patch \
34 file://0024-Check-for-atomic-double-intrinsics.patch \ 34 file://0024-Check-for-atomic-double-intrinsics.patch \
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" 37"
37 38
38# Fallback to no-PIE if not set 39# Fallback to no-PIE if not set