summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/common.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-06-18 01:04:20 -0700
committerKhem Raj <raj.khem@gmail.com>2023-06-18 13:37:08 -0700
commitfdb446f0da8b41c95a7954804b22e0a97438368e (patch)
treeac4add2696e281d22c3b26f08ceeb17e613882f4 /recipes-devtools/clang/common.inc
parent3d26f0af253e831b1fd24475a0fbbe7c9e19fcfd (diff)
downloadmeta-clang-fdb446f0da8b41c95a7954804b22e0a97438368e.tar.gz
clang: Backport patch to fix lld link failures on riscv64
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/common.inc')
-rw-r--r--recipes-devtools/clang/common.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc
index 11a7410..ad3e7c5 100644
--- a/recipes-devtools/clang/common.inc
+++ b/recipes-devtools/clang/common.inc
@@ -46,8 +46,9 @@ SRC_URI = "\
46 file://0034-compiler-rt-Undef-_TIME_BITS-along-with-_FILE_OFFSET.patch \ 46 file://0034-compiler-rt-Undef-_TIME_BITS-along-with-_FILE_OFFSET.patch \
47 file://0035-compiler-rt-Fix-stat-struct-s-size-for-O32-ABI.patch \ 47 file://0035-compiler-rt-Fix-stat-struct-s-size-for-O32-ABI.patch \
48 file://0036-compiler-rt-Undef-_TIME_BITS-along-with-_FILE_OFFSET.patch \ 48 file://0036-compiler-rt-Undef-_TIME_BITS-along-with-_FILE_OFFSET.patch \
49 file://0037-clang-Call-printName-to-get-name-of-Decl.patch \ 49 file://0037-Call-printName-to-get-name-of-Decl.patch \
50 file://0038-clang-Apply-fmacro-prefix-map-to-anonymous-tags-in-t.patch \ 50 file://0038-Apply-fmacro-prefix-map-to-anonymous-tags-in-templat.patch \
51 file://0039-lld-RISCV-Handle-relaxation-reductions-of-more-than-.patch \
51 " 52 "
52# Fallback to no-PIE if not set 53# Fallback to no-PIE if not set
53GCCPIE ??= "" 54GCCPIE ??= ""