summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/common.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-07-29 23:04:31 -0700
committerKhem Raj <raj.khem@gmail.com>2019-08-12 22:00:22 -0700
commit610a8e1a2ce02b77f905bac261e80b023450b573 (patch)
tree3618fab7398e489267dfee8dd1dc485ba1d1d948 /recipes-devtools/clang/common.inc
parentc969fa61147845efdc6d3a47c782e2a71de745f9 (diff)
downloadmeta-clang-610a8e1a2ce02b77f905bac261e80b023450b573.tar.gz
clang: Upgrade to 9.x-rcX
dont package six.py, its provided by python3-six package default to lp64d ABI and rv64gc ISA. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/common.inc')
-rw-r--r--recipes-devtools/clang/common.inc42
1 files changed, 21 insertions, 21 deletions
diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc
index fec78fb..82f5bfd 100644
--- a/recipes-devtools/clang/common.inc
+++ b/recipes-devtools/clang/common.inc
@@ -3,31 +3,31 @@ FILESEXTRAPATHS =. "${FILE_DIRNAME}/clang:"
3LIC_FILES_CHKSUM = "file://llvm/LICENSE.TXT;md5=${LLVMMD5SUM} \ 3LIC_FILES_CHKSUM = "file://llvm/LICENSE.TXT;md5=${LLVMMD5SUM} \
4 file://clang/LICENSE.TXT;md5=${CLANGMD5SUM} \ 4 file://clang/LICENSE.TXT;md5=${CLANGMD5SUM} \
5" 5"
6LICENSE = "NCSA" 6LICENSE = "Apache-2.0-with-LLVM-exception"
7 7
8BASEURI ??= "${LLVM_GIT}/llvm-project;protocol=${LLVM_GIT_PROTOCOL};branch=${BRANCH}" 8BASEURI ??= "${LLVM_GIT}/llvm-project;protocol=${LLVM_GIT_PROTOCOL};branch=${BRANCH}"
9SRC_URI = "\ 9SRC_URI = "\
10 ${BASEURI} \ 10 ${BASEURI} \
11 ${@'file://0001-clang-Enable-SSP-and-PIE-by-default.patch' if '${GCCPIE}' else ''} \ 11 file://0001-lldb-Add-lxml2-to-linker-cmdline-of-xml-is-found.patch \
12 file://0002-clang-driver-Use-lib-for-ldso-on-OE.patch \ 12 file://0002-libcxxabi-Find-libunwind-headers-when-LIBCXXABI_LIBU.patch \
13 file://0003-clang-Driver-tools.cpp-Add-lssp_nonshared-on-musl.patch \ 13 file://0003-compiler-rt-support-a-new-embedded-linux-target.patch \
14 file://0004-clang-musl-ppc-does-not-support-128-bit-long-double.patch \ 14 file://0004-compiler-rt-Simplify-cross-compilation.-Don-t-use-na.patch \
15 file://0005-clang-Prepend-trailing-to-sysroot.patch \ 15 file://0005-compiler-rt-Disable-tsan-on-OE-glibc.patch \
16 file://0006-clang-Look-inside-the-target-sysroot-for-compiler-ru.patch \ 16 file://0006-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch \
17 file://0007-clang-Define-releative-gcc-installation-dir.patch \ 17 file://0007-llvm-allow-env-override-of-exe-path.patch \
18 file://0008-clang-Fix-ldso-for-musl-on-x86-and-x32-architectures.patch \ 18 file://0008-llvm-Enhance-path-prefix-mapping.patch \
19 file://0009-clang-scan-view-needs-python-2.x.patch \ 19 ${@'file://0009-clang-Enable-SSP-and-PIE-by-default.patch' if '${GCCPIE}' else ''} \
20 file://0010-clang-Append-libunwind-to-compiler-rt-for-linking.patch \ 20 file://0010-clang-driver-Use-lib-for-ldso-on-OE.patch \
21 file://0011-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch \ 21 file://0011-clang-Driver-tools.cpp-Add-lssp_nonshared-on-musl.patch \
22 file://0012-llvm-allow-env-override-of-exe-path.patch \ 22 file://0012-clang-musl-ppc-does-not-support-128-bit-long-double.patch \
23 file://0013-llvm-AARCH64-Add-support-for-.dword-directives.patch \ 23 file://0013-clang-Prepend-trailing-to-sysroot.patch \
24 file://0014-lldb-Add-lxml2-to-linker-cmdline-of-xml-is-found.patch \ 24 file://0014-clang-Look-inside-the-target-sysroot-for-compiler-ru.patch \
25 file://0015-libcxxabi-Find-libunwind-headers-when-LIBCXXABI_LIBU.patch \ 25 file://0015-clang-Define-releative-gcc-installation-dir.patch \
26 file://0016-compiler-rt-support-a-new-embedded-linux-target.patch \ 26 file://0016-clang-Fix-ldso-for-musl-on-x86-and-x32-architectures.patch \
27 file://0017-compiler-rt-Simplify-cross-compilation.-Don-t-use-na.patch \ 27 file://0017-clang-scan-view-needs-python-2.x.patch \
28 file://0018-compiler-rt-Disable-tsan-on-OE-glibc.patch \ 28 file://0018-clang-Initial-implementation-of-fmacro-prefix-map-an.patch \
29 file://0019-llvm-Enhance-path-prefix-mapping.patch \ 29 file://0019-clang-Add-lpthread-and-ldl-along-with-lunwind-for-st.patch \
30 file://0020-clang-Initial-implementation-of-fmacro-prefix-map-an.patch \ 30 file://0020-clang-default-to-lp64d-ABI-and-rv64gc-ISA.patch \
31" 31"
32 32
33# Fallback to no-PIE if not set 33# Fallback to no-PIE if not set