[PATCH v3 0/1] Rust enablement for AArch64
Jamie Cunliffe
Jamie.Cunliffe at arm.com
Mon Oct 16 06:15:22 PDT 2023
Enable Rust support for the AArch64 architecture.
The only change here since the v2 patch is the removal of the
fp-armv8 feature. rustc ties fp and Neon together. However due to a
bug in versions before 1.71 fp wasn't correctly being disabled. Now
the compiler version used is 1.71 we can drop this option which now
allows this to build without warnings.
Jamie Cunliffe (1):
arm64: rust: Enable Rust support for AArch64
Documentation/rust/arch-support.rst | 1 +
Makefile | 1 -
arch/arm64/Kconfig | 1 +
arch/arm64/Makefile | 4 ++++
arch/x86/Makefile | 1 +
rust/Makefile | 6 +++++-
scripts/Makefile | 5 +++--
scripts/generate_rust_target.rs | 4 +++-
8 files changed, 18 insertions(+), 5 deletions(-)
--
2.30.2
More information about the linux-arm-kernel
mailing list