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

openssl: Tiger/Intel build fixes #1203

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sevan
Copy link
Contributor

@sevan sevan commented Nov 13, 2024

Ensure makedepend is never used as it slows down the build considerably.

For PowerPC builds OpenSSL already applies -fno-common automatically but opted to pass it conditionally here to avoid having to patch OpenSSL.

as(1) for Tiger/Intel only recognises ".comm name, size", not ".com name, size, alignment" We're also building with no-common and the assembly files use the common directive. :/

Ensure makedepend is never used as it slows down the build considerably.

For PowerPC builds OpenSSL already applies -fno-common automatically
but opted to pass it conditionally here to avoid having to patch OpenSSL.

as(1) for Tiger/Intel only recognises ".comm name, size", not ".com name, size, alignment"
We're also building with no-common and the assembly files use the common directive. :/
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.

1 participant