mbox series

[v3,0/1] Rust enablement for AArch64

Message ID 20231016131523.1521965-1-Jamie.Cunliffe@arm.com (mailing list archive)
Headers show
Series Rust enablement for AArch64 | expand

Message

Jamie Cunliffe Oct. 16, 2023, 1:15 p.m. UTC
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(-)