summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/common.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-08-06 20:42:42 -0700
committerKhem Raj <raj.khem@gmail.com>2021-08-12 11:13:58 -0700
commitf9c73c7cbcce9d7b549fbec5d814a432125c876c (patch)
tree69176634fa8f435e6c59340d301182a4526e6d80 /recipes-devtools/clang/common.inc
parent1f1d3812a10e5a20069545d3ec1e2ae034ab05af (diff)
downloadmeta-clang-f9c73c7cbcce9d7b549fbec5d814a432125c876c.tar.gz
clang: Update to latest on 13.x release branch
Fix libcxx/locale builds on musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/common.inc')
-rw-r--r--recipes-devtools/clang/common.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc
index a49d4e7..f1bfd19 100644
--- a/recipes-devtools/clang/common.inc
+++ b/recipes-devtools/clang/common.inc
@@ -45,7 +45,8 @@ SRC_URI = "\
45 file://0033-compiler-rt-Use-uintptr_t-instead-of-_Unwind_Word.patch \ 45 file://0033-compiler-rt-Use-uintptr_t-instead-of-_Unwind_Word.patch \
46 file://0034-compiler-rt-Do-not-force-thumb-mode-directive.patch \ 46 file://0034-compiler-rt-Do-not-force-thumb-mode-directive.patch \
47 file://0035-Drop-the-git-suffix-from-various-version-variables.patch \ 47 file://0035-Drop-the-git-suffix-from-various-version-variables.patch \
48" 48 file://0036-clang-Do-not-use-install-relative-libc-headers.patch \
49 "
49# Fallback to no-PIE if not set 50# Fallback to no-PIE if not set
50GCCPIE ??= "" 51GCCPIE ??= ""
51 52