diff options
author | Max Ihlenfeldt <max@igalia.com> | 2024-02-12 16:26:09 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-02-13 09:29:37 -0800 |
commit | b71a45630d19f210079f42f6394cdde65195fb84 (patch) | |
tree | 2c3c0436223c5517d93339dbb280a5031a3e3980 /recipes-devtools/clang/common.inc | |
parent | 5170ec9cdfe215fcef146fa9142521bfad1d7d6c (diff) | |
download | meta-clang-nanbield.tar.gz |
Backport "std::pointer_traits should be SFINAE-friendly"nanbield
E.g. meta-browser's Chromium recipe needs this for its 121 version
update.
Signed-off-by: Max Ihlenfeldt <max@igalia.com>
Diffstat (limited to 'recipes-devtools/clang/common.inc')
-rw-r--r-- | recipes-devtools/clang/common.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc index aaf7e7d..c004d16 100644 --- a/recipes-devtools/clang/common.inc +++ b/recipes-devtools/clang/common.inc | |||
@@ -43,6 +43,7 @@ SRC_URI = "\ | |||
43 | file://0032-compiler-rt-Fix-stat-struct-s-size-for-O32-ABI.patch \ | 43 | file://0032-compiler-rt-Fix-stat-struct-s-size-for-O32-ABI.patch \ |
44 | 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 \ |
45 | file://0034-ToolChains-Gnu.cpp-ARMLibDirs-search-also-in-lib32.patch \ | 45 | file://0034-ToolChains-Gnu.cpp-ARMLibDirs-search-also-in-lib32.patch \ |
46 | file://0035-libcxx-Implement-LWG3545-std-pointer_traits-should-be-.patch \ | ||
46 | " | 47 | " |
47 | # Fallback to no-PIE if not set | 48 | # Fallback to no-PIE if not set |
48 | GCCPIE ??= "" | 49 | GCCPIE ??= "" |