-
Notifications
You must be signed in to change notification settings - Fork 892
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
Add powerpc builds #534
Conversation
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. |
Updated the openssl builds. |
Looks like the OS may be |
Updated again. |
;; | ||
powerpc64-*-linux-*) | ||
OPENSSL_OS=linux-ppc64 | ||
OPENSSL_CC=powerpc64-linux-gnu-gcc |
There was a problem hiding this comment.
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
Updated again. |
Hey look it works! |
Great ! |
Completely untested. How does this look @alexcrichton?
cc #531 @lu-zero