diff options
Diffstat (limited to 'recipes-devtools/clang/common.inc')
-rw-r--r-- | recipes-devtools/clang/common.inc | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc index 65589f9..f2c5d74 100644 --- a/recipes-devtools/clang/common.inc +++ b/recipes-devtools/clang/common.inc | |||
@@ -8,24 +8,24 @@ LICENSE = "NCSA" | |||
8 | BASEURI ??= "${LLVM_GIT}/llvm-project;protocol=${LLVM_GIT_PROTOCOL};branch=${BRANCH}" | 8 | BASEURI ??= "${LLVM_GIT}/llvm-project;protocol=${LLVM_GIT_PROTOCOL};branch=${BRANCH}" |
9 | SRC_URI = "\ | 9 | SRC_URI = "\ |
10 | ${BASEURI} \ | 10 | ${BASEURI} \ |
11 | ${@'file://0000-clang-Enable-SSP-and-PIE-by-default.patch' if '${GCCPIE}' else ''} \ | 11 | ${@'file://0001-clang-Enable-SSP-and-PIE-by-default.patch' if '${GCCPIE}' else ''} \ |
12 | file://0001-clang-driver-Use-lib-for-ldso-on-OE.patch \ | 12 | file://0002-clang-driver-Use-lib-for-ldso-on-OE.patch \ |
13 | file://0002-clang-Driver-tools.cpp-Add-lssp_nonshared-on-musl.patch \ | 13 | file://0003-clang-Driver-tools.cpp-Add-lssp_nonshared-on-musl.patch \ |
14 | file://0003-clang-musl-ppc-does-not-support-128-bit-long-double.patch \ | 14 | file://0004-clang-musl-ppc-does-not-support-128-bit-long-double.patch \ |
15 | file://0004-clang-Prepend-trailing-to-sysroot.patch \ | 15 | file://0005-clang-Prepend-trailing-to-sysroot.patch \ |
16 | file://0005-clang-Look-inside-the-target-sysroot-for-compiler-ru.patch \ | 16 | file://0006-clang-Look-inside-the-target-sysroot-for-compiler-ru.patch \ |
17 | file://0006-clang-Define-releative-gcc-installation-dir.patch \ | 17 | file://0007-clang-Define-releative-gcc-installation-dir.patch \ |
18 | file://0007-clang-Fix-ldso-for-musl-on-x86-and-x32-architectures.patch \ | 18 | file://0008-clang-Fix-ldso-for-musl-on-x86-and-x32-architectures.patch \ |
19 | file://0008-clang-scan-view-needs-python-2.x.patch \ | 19 | file://0009-clang-scan-view-needs-python-2.x.patch \ |
20 | file://0009-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch \ | 20 | file://0010-clang-Append-libunwind-to-compiler-rt-for-linking.patch \ |
21 | file://0010-llvm-allow-env-override-of-exe-path.patch \ | 21 | file://0011-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch \ |
22 | file://0011-lldb-Add-lxml2-to-linker-cmdline-of-xml-is-found.patch \ | 22 | file://0012-llvm-allow-env-override-of-exe-path.patch \ |
23 | file://0012-libcxxabi-Find-libunwind-headers-when-LIBCXXABI_LIBU.patch \ | 23 | file://0013-llvm-AARCH64-Add-support-for-.dword-directives.patch \ |
24 | file://0013-compiler-rt-support-a-new-embedded-linux-target.patch \ | 24 | file://0014-lldb-Add-lxml2-to-linker-cmdline-of-xml-is-found.patch \ |
25 | file://0014-compiler-rt-Simplify-cross-compilation.-Don-t-use-na.patch \ | 25 | file://0015-libcxxabi-Find-libunwind-headers-when-LIBCXXABI_LIBU.patch \ |
26 | file://0015-compiler-rt-Disable-tsan-on-OE-glibc.patch \ | 26 | file://0016-compiler-rt-support-a-new-embedded-linux-target.patch \ |
27 | file://0016-clang-Append-libunwind-to-compiler-rt-for-linking.patch \ | 27 | file://0017-compiler-rt-Simplify-cross-compilation.-Don-t-use-na.patch \ |
28 | file://0017-llvm-AARCH64-Add-support-for-.dword-directives.patch \ | 28 | file://0018-compiler-rt-Disable-tsan-on-OE-glibc.patch \ |
29 | " | 29 | " |
30 | 30 | ||
31 | # Fallback to no-PIE if not set | 31 | # Fallback to no-PIE if not set |