Description
Adds the Rust standard libraries and target support needed to build for AArch64 GNU systems. It is useful for cross-compiling Rust software for 64-bit ARM Linux environments using the GNU ABI.
Cross-compilation still depends on matching linkers, libraries, and runtime assumptions. Test binaries on the target platform before distributing them.