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

Unbreak the build on non-Intel/ARM archs; add options for PowerPC #57

Closed
wants to merge 2 commits into from

Conversation

barracuda156
Copy link

@barracuda156 barracuda156 commented Jul 17, 2023

Fixes: #56

P. S. Old Xcode GCC 4.2 does not support =native optflag, however it fails to build LPCNet anyway, and a newer GCC is required. And then the same flags can be used regardless of the OS on PowerPC: they gonna work not just on Darwin, but on *BSD or Linux too.

@tmiw
Copy link
Collaborator

tmiw commented Aug 16, 2023

Per further discussion with the rest of the project team, I reimplemented this PR in what should be a lower impact manner (#59) and will be closing this one.

@tmiw tmiw closed this Aug 16, 2023
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.

Intel flags are applied to PowerPC and break the build: cc1: error: unrecognized command line option "-mavx"
2 participants