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 GCC 10+ cross-compiling issues #322

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

Conversation

petershh
Copy link

@petershh petershh commented Jul 18, 2021

Not to be merged.

I hope this patchset will help newcomers to cross-compile MINIX.

Current master cannot be cross-compiled due to gcc breaking changes.
This patchset is a workaround for this problem until source tree is synchronized
with current NetBSD.
There is a binutils patch which I cannot add to pull request, so I link
it here: https://gist.github.com/petershh/1973b8f723fb36242c9558a23408d469

Closes: #316

Current master cannot be cross-compiled due to gcc breaking changes.
This patchset is a workaround for this problem until source tree is
synchronized with current NetBSD.
There is a binutils patch which I cannot add to pull request, so I link
it here: https://gist.github.com/Santurysim/1973b8f723fb36242c9558a23408d469
@bartenbach
Copy link

Nice, it works. Thanks!

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.

Resolve GCC Cross-compilation Issues
2 participants