summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/common.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-12-09 16:33:47 -0800
committerKhem Raj <raj.khem@gmail.com>2022-12-11 16:22:58 -0800
commit3b030869732a751a7e67c37cb477658fd4d9cc1d (patch)
tree2586c7d95dba0bce146a4f596d0eddf3052c3c1e /recipes-devtools/clang/common.inc
parentfc9c05a33061d4185d17be90c6604e817b51f3ac (diff)
downloadmeta-clang-3b030869732a751a7e67c37cb477658fd4d9cc1d.tar.gz
clang: Fix build with LFS64 on musl
Ensures that correct cmake checks are used to enable LFS64 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 a0f8a00..db5463c 100644
--- a/recipes-devtools/clang/common.inc
+++ b/recipes-devtools/clang/common.inc
@@ -44,6 +44,7 @@ SRC_URI = "\
44 file://0032-compiler-rt-Enable-__int128-for-ppc32.patch \ 44 file://0032-compiler-rt-Enable-__int128-for-ppc32.patch \
45 file://0033-llvm-Do-not-use-cmake-infra-to-detect-libzstd.patch \ 45 file://0033-llvm-Do-not-use-cmake-infra-to-detect-libzstd.patch \
46 file://0034-Revert-MIPS-compiler-rt-Fix-stat-struct-s-size-for-O.patch \ 46 file://0034-Revert-MIPS-compiler-rt-Fix-stat-struct-s-size-for-O.patch \
47 file://0035-cmake-Enable-64bit-off_t-on-32bit-glibc-systems.patch \
47 " 48 "
48# Fallback to no-PIE if not set 49# Fallback to no-PIE if not set
49GCCPIE ??= "" 50GCCPIE ??= ""