Sean MacLennan wrote:
I'm thinking of something you can compile the Linux kernel[0] with.
The Linux kernel only compiles with the GNU toolchain. There are
efforts to get it compiling with clang but I believe they are not there
yet.
Wrong. Not even you can compile it with Clang, (HOSTCC=clang CC=clang),
but link it with lld:
http://lists.llvm.org/pipermail/llvm-dev/2017-January/109288.html

The Linux kernel is portability because the GNU toolchain is portable.
https://i.kym-cdn.com/photos/images/original/000/993/875/084.png

--
caóc


Reply via email to