Skip to content

Conversation

fossdd
Copy link
Contributor

@fossdd fossdd commented Oct 13, 2025

Related to the Rust 1.90.0 to "expose elf abi on ppc64 targets": rust-lang/rust#142321

Without this, build (e.g. firefox) fails on powerpc targets with the error message:

warning: [email protected]: clang-20: error: version 'elfv2' in target triple 'powerpc64le-alpine-linux-muslelfv2' is invalid

Closes: #1581

Related to the Rust 1.90.0 to "expose elf abi on ppc64 targets": rust-lang/rust#142321

Without this, build (e.g. firefox) fails on powerpc targets with the error message:

	warning: [email protected]: clang-20: error: version 'elfv2' in target triple 'powerpc64le-alpine-linux-muslelfv2' is invalid

Closes: rust-lang#1581
Co-Authored-By: Sertonix <[email protected]>
@NobodyXu
Copy link
Collaborator

Thank you!

@NobodyXu NobodyXu merged commit cda8b38 into rust-lang:main Oct 14, 2025
80 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

powerpc{,64,64le} clang triplet includes elfv{1,2} with rust 1.90.0

2 participants