Re: [PATCH] rust: Makefile: apply fixed-x18 workaround only on arm64

From: HeeSu Kim

Date: Mon Feb 02 2026 - 09:39:25 EST


On Tue, Feb 03, 2026, Miguel Ojeda wrote:
> Could you please elaborate on the issues you are seeing, e.g. how to
> reproduce them?
>
> The flag is only used to silence errors from checks that were added to
> `rustc` and it is ignored otherwise (that is why the workaround was
> written like that).

After reviewing my build logs, I found that the error I encountered was
"unknown codegen option: -Cunsafe-allow-abi-mismatch" because I was
using rustc 1.85 at the time. The flag was added in rustc 1.88.

So this was not an architecture-specific issue. I apologize for the
confusion and would like to withdraw this patch.

Best regards,
HeeSu Kim