summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/common.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-06-23 11:01:46 -0700
committerKhem Raj <raj.khem@gmail.com>2021-06-24 10:31:32 -0700
commitb9c9325d65fdcc6a1bfdb15b538c7454894ce15f (patch)
tree10f331e5a6976c44d7ed9d09d52b804e7105a43c /recipes-devtools/clang/common.inc
parent9c84711bbf8ff21e4276fb59d0e858fc3983155e (diff)
downloadmeta-clang-b9c9325d65fdcc6a1bfdb15b538c7454894ce15f.tar.gz
openmp: Fix build on non-x86 targets
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 b625221..2a23ba3 100644
--- a/recipes-devtools/clang/common.inc
+++ b/recipes-devtools/clang/common.inc
@@ -44,6 +44,7 @@ SRC_URI = "\
44 file://0032-libunwind-Added-unw_backtrace-method.patch \ 44 file://0032-libunwind-Added-unw_backtrace-method.patch \
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-openmp-Fix-build-on-non-x86-targets.patch \
47" 48"
48# Fallback to no-PIE if not set 49# Fallback to no-PIE if not set
49GCCPIE ??= "" 50GCCPIE ??= ""