summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/common.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-06-10 11:32:51 -0700
committerKhem Raj <raj.khem@gmail.com>2021-06-14 17:39:06 -0700
commit23729bb8200838f3e0d7a73510cf41a05256ed3c (patch)
treecb25da93167fec2813be03102be8d3e2c92a16bc /recipes-devtools/clang/common.inc
parentc37942613e70c49c9fce3247c1427d0a1c10ad21 (diff)
downloadmeta-clang-23729bb8200838f3e0d7a73510cf41a05256ed3c.tar.gz
clang: Upgrade to latest on main/13.0 branch
Fix compiler-rt build on armv6 reported in https://github.com/YoeDistro/yoe-distro/issues/555 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/common.inc')
-rw-r--r--recipes-devtools/clang/common.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc
index 71017f1..b01abf9 100644
--- a/recipes-devtools/clang/common.inc
+++ b/recipes-devtools/clang/common.inc
@@ -44,6 +44,7 @@ SRC_URI = "\
44 file://0032-compiler-rt-Link-scudo-standalone-with-libatomic-on-.patch \ 44 file://0032-compiler-rt-Link-scudo-standalone-with-libatomic-on-.patch \
45 file://0033-libunwind-Added-unw_backtrace-method.patch \ 45 file://0033-libunwind-Added-unw_backtrace-method.patch \
46 file://0034-compiler-rt-Use-uintptr_t-instead-of-_Unwind_Word.patch \ 46 file://0034-compiler-rt-Use-uintptr_t-instead-of-_Unwind_Word.patch \
47 file://0035-compiler-rt-Do-not-force-thumb-mode-directive.patch \
47" 48"
48# Fallback to no-PIE if not set 49# Fallback to no-PIE if not set
49GCCPIE ??= "" 50GCCPIE ??= ""