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 powerpc builds #534

Merged
merged 1 commit into from
Jul 2, 2016
Merged

Add powerpc builds #534

merged 1 commit into from
Jul 2, 2016

Conversation

brson
Copy link
Contributor

@brson brson commented Jun 15, 2016

Completely untested. How does this look @alexcrichton?

cc #531 @lu-zero

@brson brson mentioned this pull request Jun 15, 2016
@alexcrichton
Copy link
Member

Ah looks like the build for OpenSSL needs to be updated to build powerpc as well, but otherwise I think this should be all that's needed.

@brson
Copy link
Contributor Author

brson commented Jun 21, 2016

Updated the openssl builds.

@alexcrichton
Copy link
Member

Looks like the OS may be linux-ppc instead of linux-powerpc (and similar for others)

@brson
Copy link
Contributor Author

brson commented Jul 1, 2016

Updated again.

;;
powerpc64-*-linux-*)
OPENSSL_OS=linux-ppc64
OPENSSL_CC=powerpc64-linux-gnu-gcc
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh the failure now is:

powerpc64-linux-gnu-gcc: Command not found

I think that powerpc64 works by using the powerpc-linux-gnu compiler and then passing -m64 as a flag

@brson
Copy link
Contributor Author

brson commented Jul 2, 2016

Updated again.

@alexcrichton
Copy link
Member

Hey look it works!

@alexcrichton alexcrichton merged commit 113965b into rust-lang:master Jul 2, 2016
@lu-zero
Copy link

lu-zero commented Jul 2, 2016

Great !

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.

3 participants