Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools/Rust.defs: Use 'gnu' target for Linux and 'darwin' for macOS
Summary: - Updated `Rust.defs` to use `gnu` as the target for Linux systems and `darwin` for macOS systems - This change aligns with Rust toolchain conventions, where `gnu` is used to declare the system environment rather than the actual ABI name (e.g., `sysv`) Impact: - No functional changes - the Rust toolchain interprets `gnu` correctly for Linux targets - Improves consistency with Rust toolchain conventions and reduces potential confusion - Maintains compatibility with existing Rust builds on Linux and macOS systems Signed-off-by: Huang Qi <[email protected]>
- Loading branch information