summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/common.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-05-14 16:15:13 -0700
committerKhem Raj <raj.khem@gmail.com>2024-05-21 08:36:37 -0700
commit4ffbe8de13d17ee5755f9735b0ad178fdd79b9a4 (patch)
treedd98748a64fb0b42c09c0768a04a35219d3785f9 /recipes-devtools/clang/common.inc
parente7dceb1c92caf7f21ef1d7b49c85328c30cffd90 (diff)
downloadmeta-clang-4ffbe8de13d17ee5755f9735b0ad178fdd79b9a4.tar.gz
clang: Apply libunwind.pc.in and llvm-config via a patch
this will simplify things with UNPACKDIR and shared sources for all llvm derived recipes Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/common.inc')
-rw-r--r--recipes-devtools/clang/common.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc
index db3ae0a..9b31bf6 100644
--- a/recipes-devtools/clang/common.inc
+++ b/recipes-devtools/clang/common.inc
@@ -10,8 +10,6 @@ SRC_URI[sha256sum] = "3591a52761a7d390ede51af01ea73abfecc4b1d16445f9d019b67a57ed
10 10
11SRC_URI = "\ 11SRC_URI = "\
12 ${BASEURI} \ 12 ${BASEURI} \
13 file://llvm-config \
14 file://libunwind.pc.in \
15 file://0001-libcxxabi-Find-libunwind-headers-when-LIBCXXABI_LIBU.patch \ 13 file://0001-libcxxabi-Find-libunwind-headers-when-LIBCXXABI_LIBU.patch \
16 file://0002-compiler-rt-support-a-new-embedded-linux-target.patch \ 14 file://0002-compiler-rt-support-a-new-embedded-linux-target.patch \
17 file://0003-compiler-rt-Simplify-cross-compilation.-Don-t-use-na.patch \ 15 file://0003-compiler-rt-Simplify-cross-compilation.-Don-t-use-na.patch \
@@ -46,6 +44,7 @@ SRC_URI = "\
46 file://0033-compiler-rt-Undef-_TIME_BITS-along-with-_FILE_OFFSET.patch \ 44 file://0033-compiler-rt-Undef-_TIME_BITS-along-with-_FILE_OFFSET.patch \
47 file://0034-ToolChains-Gnu.cpp-ARMLibDirs-search-also-in-lib32.patch \ 45 file://0034-ToolChains-Gnu.cpp-ARMLibDirs-search-also-in-lib32.patch \
48 file://0035-compiler-rt-Fix-cmake-check-for-_Float16-and-__bf16.patch \ 46 file://0035-compiler-rt-Fix-cmake-check-for-_Float16-and-__bf16.patch \
47 file://0036-llvm-Add-libunwind.pc.in-and-llvm-config-scripts.patch \
49 " 48 "
50# Fallback to no-PIE if not set 49# Fallback to no-PIE if not set
51GCCPIE ??= "" 50GCCPIE ??= ""