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

ctest.c : add __POWERPC__ for PowerMac #2046

Merged
merged 1 commit into from
Mar 7, 2019
Merged

ctest.c : add __POWERPC__ for PowerMac #2046

merged 1 commit into from
Mar 7, 2019

Conversation

kencu
Copy link
Contributor

@kencu kencu commented Mar 7, 2019

this extra definition satisfies the gcc compiler on PowerPC Apple computers

@martin-frbg
Copy link
Collaborator

Thanks. I suspect PowerMac support has not been looked at in a while

@martin-frbg martin-frbg merged commit db3dc9e into OpenMathLib:develop Mar 7, 2019
@kencu kencu deleted the powermac branch March 7, 2019 14:00
@kencu
Copy link
Contributor Author

kencu commented Mar 7, 2019

FYI for followup -- autodetecting the POWER compiler flavour on PPC Darwin may not working, but forcing a PPCG4 target is successful on a PowerMac running Leopard, and on a PowerMac running PPC Tiger (2007 -- not bad!) if a newer version "make" is installed.

Forcing the PPC970 target even on a PowerMac with a 970 fails at present -- so perhaps the autodetect is finding the PPC970 but that is not working as a target. Have to check that...

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.

2 participants