summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/common.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-08-24 19:10:35 -0700
committerKhem Raj <raj.khem@gmail.com>2018-09-09 07:59:31 -0700
commit12b98a5e70fc680e16dfe9e76e844d0d8276fa67 (patch)
treee3ed645c3b600287ea9e2fd1f5444c697b2dad0e /recipes-devtools/clang/common.inc
parent9a0bd29eac2be5f88e3e198929181d3591dd7ec7 (diff)
downloadmeta-clang-12b98a5e70fc680e16dfe9e76e844d0d8276fa67.tar.gz
recipes: Upgrade to clang 7.0.0 Release (rc2)
- Update compiler-rt/llvm/clang/lld licence checksums Triggerred due to copyright year update to 2018 Add libunwind and libcxxabi license to checksum list too - Switch to https protocol for fetching from github - Fix _finite functions on musl - Package new .so files built with clang - package libLLVM-${MAJOR_VER}.so as well since llvm-7 generates it without MINOR_VERSION Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/common.inc')
-rw-r--r--recipes-devtools/clang/common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc
index 7936405..92ac4ab 100644
--- a/recipes-devtools/clang/common.inc
+++ b/recipes-devtools/clang/common.inc
@@ -5,6 +5,7 @@ FILESEXTRAPATHS =. "${FILE_DIRNAME}/clang:"
5LLVMPATCHES = "\ 5LLVMPATCHES = "\
6 file://0001-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch \ 6 file://0001-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch \
7 file://0002-llvm-allow-env-override-of-exe-path.patch \ 7 file://0002-llvm-allow-env-override-of-exe-path.patch \
8 file://0003-llvm-Disable-calls-to-_finite-and-other-glibc-only-f.patch \
8" 9"
9# Fallback to no-PIE if not set 10# Fallback to no-PIE if not set
10GCCPIE ??= "" 11GCCPIE ??= ""
@@ -19,7 +20,6 @@ CLANGPATCHES = "\
19 file://0006-clang-Define-releative-gcc-installation-dir.patch;patchdir=tools/clang \ 20 file://0006-clang-Define-releative-gcc-installation-dir.patch;patchdir=tools/clang \
20 file://0007-clang-Fix-ldso-for-musl-on-x86-and-x32-architectures.patch;patchdir=tools/clang \ 21 file://0007-clang-Fix-ldso-for-musl-on-x86-and-x32-architectures.patch;patchdir=tools/clang \
21 file://0008-clang-scan-view-needs-python-2.x.patch;patchdir=tools/clang \ 22 file://0008-clang-scan-view-needs-python-2.x.patch;patchdir=tools/clang \
22 file://0009-clang-Driver-Avoid-invalidated-iterator-in-insertTar.patch;patchdir=tools/clang \
23" 23"
24#CLANGPATCHES += "${@'file://0007-clang-Enable-SSP-and-PIE-by-default.patch;patchdir=tools/clang' if '${GCCPIE}' else ''}" 24#CLANGPATCHES += "${@'file://0007-clang-Enable-SSP-and-PIE-by-default.patch;patchdir=tools/clang' if '${GCCPIE}' else ''}"
25 25