diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-03-22 16:36:41 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-08 09:08:54 -0700 |
commit | 38440a5596b7d22c9eebf484c5f6cf4c0525c0fc (patch) | |
tree | c4e5e779653eef357245612bb350611e22f50130 /recipes-devtools/clang/common.inc | |
parent | 40cd87c7a35f12b3d9092fb479c8846945edc70f (diff) | |
download | meta-clang-38440a5596b7d22c9eebf484c5f6cf4c0525c0fc.tar.gz |
clang: Add env override for libdir
This is useful when using clang cross compiler and the packages rely on
llvm-config to detect paths and various attributes of clang/llvm install
Update to latest on 14.x as well
* 3f43d803382d [libc++] Re-enable workaround for pre-ranges CTAD in std::span
* add3ab7f4c8a [libc++] Add workaround to avoid breaking users of <span> when <ranges> are disabled
* 329fda39c507 NFC: Mention auto-vec support for SVE in release notes.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit fb382a5da9de491277f72e46e0466749c607aac9)
Diffstat (limited to 'recipes-devtools/clang/common.inc')
-rw-r--r-- | recipes-devtools/clang/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc index aed7e32..b61d239 100644 --- a/recipes-devtools/clang/common.inc +++ b/recipes-devtools/clang/common.inc | |||
@@ -14,7 +14,7 @@ SRC_URI = "\ | |||
14 | file://0002-compiler-rt-support-a-new-embedded-linux-target.patch \ | 14 | file://0002-compiler-rt-support-a-new-embedded-linux-target.patch \ |
15 | file://0003-compiler-rt-Simplify-cross-compilation.-Don-t-use-na.patch \ | 15 | file://0003-compiler-rt-Simplify-cross-compilation.-Don-t-use-na.patch \ |
16 | file://0004-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch \ | 16 | file://0004-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch \ |
17 | file://0005-llvm-allow-env-override-of-exe-path.patch \ | 17 | file://0005-llvm-allow-env-override-of-exe-and-libdir-path.patch \ |
18 | file://0006-clang-driver-Check-sysroot-for-ldso-path.patch \ | 18 | file://0006-clang-driver-Check-sysroot-for-ldso-path.patch \ |
19 | file://0007-clang-Driver-tools.cpp-Add-lssp_nonshared-on-musl.patch \ | 19 | file://0007-clang-Driver-tools.cpp-Add-lssp_nonshared-on-musl.patch \ |
20 | file://0008-clang-Prepend-trailing-to-sysroot.patch \ | 20 | file://0008-clang-Prepend-trailing-to-sysroot.patch \ |