summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/common.inc
diff options
context:
space:
mode:
authorMichael Davis <michael.davis@essvote.com>2019-12-04 11:44:24 -0600
committerKhem Raj <raj.khem@gmail.com>2019-12-05 06:52:57 -0800
commit1295489fa33d80b8fd4a89abb3cce42bc180e883 (patch)
treefbd29c8a397cc10500b5928c1a022771fc24ebc5 /recipes-devtools/clang/common.inc
parentfabbdc8b851009163d33c8b64d0251a8cc88e71e (diff)
downloadmeta-clang-1295489fa33d80b8fd4a89abb3cce42bc180e883.tar.gz
clang: Fix multilib clang compile failing if lib is in the toolchain path
Signed-off-by: Michael Davis <michael.davis@essvote.com> 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 3f50fd0..c5e8d48 100644
--- a/recipes-devtools/clang/common.inc
+++ b/recipes-devtools/clang/common.inc
@@ -32,6 +32,7 @@ SRC_URI = "\
32 file://0022-Pass-PYTHON_EXECUTABLE-when-cross-compiling-for-nati.patch \ 32 file://0022-Pass-PYTHON_EXECUTABLE-when-cross-compiling-for-nati.patch \
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" 36"
36 37
37# Fallback to no-PIE if not set 38# Fallback to no-PIE if not set