summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/common.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-10-20 17:36:48 -0700
committerKhem Raj <raj.khem@gmail.com>2021-10-20 21:47:26 -0700
commit27d31ea0ee2c4960f3cb1fbd214e99925d80575a (patch)
tree1f6e5c6d433614e73b0494a6eb32f50f5386923f /recipes-devtools/clang/common.inc
parent68b8f9b2425e54518211e2914064a5dd08c3aec6 (diff)
downloadmeta-clang-27d31ea0ee2c4960f3cb1fbd214e99925d80575a.tar.gz
clang: Add patch to handle RISCV multilibs
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 f1bfd19..913d831 100644
--- a/recipes-devtools/clang/common.inc
+++ b/recipes-devtools/clang/common.inc
@@ -46,6 +46,7 @@ SRC_URI = "\
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 file://0036-clang-Do-not-use-install-relative-libc-headers.patch \ 48 file://0036-clang-Do-not-use-install-relative-libc-headers.patch \
49 file://0037-clang-Fix-how-driver-finds-GCC-installation-path-on-.patch \
49 " 50 "
50# Fallback to no-PIE if not set 51# Fallback to no-PIE if not set
51GCCPIE ??= "" 52GCCPIE ??= ""