[PATCH v3 1/1] arm64: rust: Enable Rust support for AArch64

Miguel Ojeda miguel.ojeda.sandonis at gmail.com
Tue Oct 17 02:24:13 PDT 2023


On Mon, Oct 16, 2023 at 11:47 PM Andrew Lunn <andrew at lunn.ch> wrote:
>
> It seems odd that adding arm64 support requires adding to the x86
> Makefile.

> Should this be moved into a patch of its own explaining why it is
> needed? Do the refactoring first, then add support for a new
> architecture?

That would be nice, yeah.

(It is needed because they are not using the target specification file
for arm64, which is something that an architecture should use only if
required. Eventually the goal is to not use it for any architecture).

Cheers,
Miguel



More information about the linux-arm-kernel mailing list