diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-07 13:54:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-07 22:13:15 +0100 |
commit | 64532141d0da497816e61032605fd8760f485d28 (patch) | |
tree | d39d5bbba3bf90850a96adebe0f99c6435b38dee /bitbake/lib/layerindexlib | |
parent | c3cda6c21d4fdd3b3941fffd941ef2b51c298936 (diff) | |
download | poky-master-next.tar.gz |
libcxx: Work around native compiles for some gcc configsmaster-next
Some systems can have mixed development headers, such as pieces of both gcc 13
and 14 which can cause build failures, particularly if libgcc and libstdc++ for
gcc 13 are present but only libgcc for gcc 14 and not libstdc++ when the gcc
version is gcc 13.
This patch forces clang to use the full toolchain rather than any partial incomplete
version. It is only necessary in the native case and should also be applicable to
compiler-rt in due source, hence making it an inc file.
(From OE-Core rev: 3bb63c56b89d59a20c75c9c9a6b061bc453d0377)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/layerindexlib')
0 files changed, 0 insertions, 0 deletions