Is it possible to compile Linux kernel with something other than gcc

前端 未结 10 566
刺人心
刺人心 2020-12-25 14:17

I wonder if someone managed to compile the Linux kernel with some other compiler than gcc. Or if someone have ever tried? Question may seem to be silly or academic, but it a

10条回答
  •  难免孤独
    2020-12-25 14:28

    The LLVM developers are trying to compile it with clang. The meta-bug on compiling the Linux kernel with clang has more details (the dependency tree for that meta-bug shows how little seems to be left).

提交回复
热议问题