Re: [PATCH v14 7/7] riscv: dts: thead: Add PWM fan and thermal control
From: Miguel Ojeda
Date: Sat Aug 23 2025 - 10:21:16 EST
On Sat, Aug 23, 2025 at 12:14 PM Michal Wilczynski
<m.wilczynski@xxxxxxxxxxx> wrote:
>
> However as pointed in the discussion currently Rust
> requires LLVM, so people compiling with gcc will not be able to compile
> the driver for some time until the gcc support becomes better.
In case it helps/clarifies: the C side can be built with GCC (i.e.
building without `LLVM=1`, with Rust using its LLVM backend), but it
is a best-effort hack and the goal is to eventually use
`rustc_codegen_gcc` and/or GCC Rust. Some users/distributions use it
nevertheless.
Cheers,
Miguel