]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
compiler-rt,libcxx: Use clang for native-libcxx and gcc for compiler-rt-native
authorKhem Raj <raj.khem@gmail.com>
Fri, 4 Jul 2025 03:13:48 +0000 (20:13 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 4 Jul 2025 13:56:38 +0000 (14:56 +0100)
commitd54512c1c0a98516077b77d5414af47d8c2b8c39
treec3c009e91571b34494c61f3593796da89fb95397
parent77a93e8cf1da4231341c56f64f9d4d474f9f2bb7
compiler-rt,libcxx: Use clang for native-libcxx and gcc for compiler-rt-native

compiler-rt configure calls for c++ compiler which can cause C++ runtime to
not be detected on some Yocto autobuilder workers running ubuntu 24.04
therefore let it use gcc for native version

Set TOOLCHAIN_NATIVE for using clang for libcxx

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/clang/compiler-rt-sanitizers_git.bb
meta/recipes-devtools/clang/compiler-rt_git.bb
meta/recipes-devtools/clang/libcxx_git.bb