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

Fix curl compilation on Debian PowerPC. #1080

Merged
merged 1 commit into from
May 5, 2018

Conversation

lanurmi
Copy link
Contributor

@lanurmi lanurmi commented May 4, 2018

For some reason, ppc is not defined by GCC, but PPC is.

For some reason, __ppc__ is not defined by GCC, but __PPC__ is.
@TurkeyMan TurkeyMan merged commit 7c0fa10 into premake:master May 5, 2018
@TurkeyMan
Copy link
Contributor

I feel like this patch should probably be submit against CURL...

@lanurmi
Copy link
Contributor Author

lanurmi commented May 7, 2018

CURL upstream seems to check for __powerpc__ now, which solves the same problem.

@tvandijck
Copy link
Contributor

can we just take the fix from curl then?

@lanurmi
Copy link
Contributor Author

lanurmi commented May 7, 2018

I guess, but if you do, please pay attention that the PR I linked to caused a regression, so their correct fix is actually two commits. Also my fix includes a blind fix for PPC64, and theirs doesn't.

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