|
|
Log in / Subscribe / Register

Rust enablement for AArch64

From:  Jamie Cunliffe <Jamie.Cunliffe-AT-arm.com>
To:  linux-arm-kernel-AT-lists.infradead.org, rust-for-linux-AT-vger.kernel.org
Subject:  [PATCH v3 0/1] Rust enablement for AArch64
Date:  Mon, 16 Oct 2023 14:15:22 +0100
Message-ID:  <20231016131523.1521965-1-Jamie.Cunliffe@arm.com>
Cc:  Miguel Ojeda <ojeda-AT-kernel.org>, Catalin Marinas <catalin.marinas-AT-arm.com>, Will Deacon <will-AT-kernel.org>, steve.capper-AT-arm.com, Asahi Lina <lina-AT-asahilina.net>, boqun.feng-AT-gmail.com
Archive-link:  Article

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




Copyright © 2023, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds