From 23729bb8200838f3e0d7a73510cf41a05256ed3c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 10 Jun 2021 11:32:51 -0700 Subject: 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 --- recipes-devtools/clang/common.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-devtools/clang/common.inc') 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 = "\ file://0032-compiler-rt-Link-scudo-standalone-with-libatomic-on-.patch \ file://0033-libunwind-Added-unw_backtrace-method.patch \ file://0034-compiler-rt-Use-uintptr_t-instead-of-_Unwind_Word.patch \ + file://0035-compiler-rt-Do-not-force-thumb-mode-directive.patch \ " # Fallback to no-PIE if not set GCCPIE ??= "" -- cgit v1.2.3-54-g00ecf