Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add powerpc64-unknown-linux-musl target #68

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add powerpc64-unknown-linux-musl target #68

wants to merge 1 commit into from

Conversation

messense
Copy link
Member

No description provided.

@messense
Copy link
Member Author

bors try amd64 --target powerpc64-unknown-linux-musl

bors bot added a commit that referenced this pull request Sep 24, 2022
@bors
Copy link
Contributor

bors bot commented Sep 24, 2022

try

Build failed:

@messense
Copy link
Member Author

messense commented Sep 24, 2022

ABI version 1 is not compatible with ABI version 2 output

Looks like gcc is compiled with ELFv1, but Rust uses ELFv2 for powerpc64 musl targets, see rust-lang/rust#60617 (or the reverse?)

Though musl-cross-make already set --with-abi=elfv2 for powerpc64 target:

https://github.com/richfelker/musl-cross-make/blob/fe915821b652a7fa37b34a596f47d8e20bc72338/litecross/Makefile#L26-L28

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.

1 participant