Skip to content

gnu gcc builder script #686 #727

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

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

gnu gcc builder script #686 #727

wants to merge 1 commit into from

Conversation

henderkes
Copy link
Collaborator

What does this PR do?

#686

@henderkes
Copy link
Collaborator Author

Hmm. Instead of using our own gcc chain, we could also compile libgomp.a with spc. The only problem with this I see is that it would need to download the right version for the current compiler.

@henderkes
Copy link
Collaborator Author

And the second problem I see is that gcc is a massive download. And we need to download the full gcc tree to build libgomp (even though we don't need to build full gcc, just building libgomp is ok).

@henderkes
Copy link
Collaborator Author

#736

@henderkes
Copy link
Collaborator Author

It's doable that way, but I think using our own gcc toolchain, like we do for musl, is the better choice. that way we can explicitly support 1 compiler.

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