Skip to content

Add elf abi to ppc64 targets#1596

Merged
NobodyXu merged 1 commit intorust-lang:mainfrom
fossdd:rust1.90-ppc
Oct 14, 2025
Merged

Add elf abi to ppc64 targets#1596
NobodyXu merged 1 commit intorust-lang:mainfrom
fossdd:rust1.90-ppc

Conversation

@fossdd
Copy link
Copy Markdown
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: glslopt@0.1.11: 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: glslopt@0.1.11: clang-20: error: version 'elfv2' in target triple 'powerpc64le-alpine-linux-muslelfv2' is invalid

Closes: rust-lang#1581
Co-Authored-By: Sertonix <sertonix@posteo.net>
@NobodyXu
Copy link
Copy Markdown
Contributor

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