Re: [PATCH 00/13] [RFC] Rust support

From: Mariusz Ceier
Date: Thu Apr 29 2021 - 01:21:17 EST


On 28/04/2021, Nick Desaulniers <ndesaulniers@xxxxxxxxxx> wrote:
> On Wed, Apr 28, 2021 at 11:34 AM Mariusz Ceier <mceier+kernel@xxxxxxxxx>
> wrote:
>>
>> Maybe it would also be worthwhile to make the requirement that the
>> kernel must be buildable with free software (not just open source
>> software) explicit ?
>
> The kernel is already buildable by LLVM (and clang); in fact Android,
> CrOS, and Google's production servers already do so.
> https://clangbuiltlinux.github.io/

LLVM/clang is not free software (it's just open source), so it doesn't
matter if kernel builds or not with it. What should matter is whether
it is buildable with at least one GPL compiler like GCC.

> --
> Thanks,
> ~Nick Desaulniers
>