Re: [PATCH v3] tools build: Fix rust cross compilation
From: Dmitry Dolgov
Date: Wed Feb 18 2026 - 08:52:23 EST
> On Wed, Feb 18, 2026 at 06:57:18PM +0800, Levi Zim wrote:
> On 2/18/26 4:47 PM, Dmitrii Dolgov wrote:
> > + RUST_TARGET_FLAGS_riscv := riscv64-unknown-linux-gnu
>
> riscv64-unknown-linux-gnu is not a valid rust target triple.
> It should be riscv64gc-unknown-linux-gnu [1] if this is applied to build user-space Rust binaries.
Indeed, need to fix that, thanks. I've double checked, the rest seems to
be fine.