Skip to content

PowerPC64 fixes after removal of powerpc64le target_arch #31525

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

Merged
merged 2 commits into from
Feb 11, 2016

Conversation

antonblanchard
Copy link
Contributor

We no longer have a separate powerpc64 and powerpc64le target_arch, and instead use target_endian to select between the two. These patches fix a couple of remaining issues.

Now target_arch is powerpc64 on both big and little endian, we need to
use target_endian when there are differences in the two ABIs.
We no longer need to check for powerpc64le, so remove it.
@rust-highfive
Copy link
Contributor

r? @alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member

Oh oops, sorry about that!

@bors: r+ afdf179

bors added a commit that referenced this pull request Feb 11, 2016
We no longer have a separate powerpc64 and powerpc64le target_arch, and instead use target_endian to select between the two. These patches fix a couple of remaining issues.
@bors
Copy link
Collaborator

bors commented Feb 11, 2016

⌛ Testing commit afdf179 with merge f5f8e0b...

@Nercury
Copy link
Contributor

Nercury commented Feb 11, 2016

Thanks!

@bors bors merged commit afdf179 into rust-lang:master Feb 11, 2016
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.

5 participants