kraj / meta-clang

Clang C/C++ cross compiler and runtime for OpenEmbedded/Yocto Project
MIT License
152 stars 196 forks source link

clang.bbclass: Stage along with gcc toolchain #883

Closed kraj closed 8 months ago

kraj commented 8 months ago

So far when using toolchain = clang would punt gcc from native-sysroot but its beneficial to keep both compilers since they can co-exist its not a big problem to have both in sysroot. This helps in debugging issues as well.


Contributor checklist

Reviewer Guidelines