Draft: armv7: Add NetBSD support (super WIP turbo draft) - #592
Open
luciusmagn wants to merge 19 commits into
Open
Draft: armv7: Add NetBSD support (super WIP turbo draft)#592luciusmagn wants to merge 19 commits into
luciusmagn wants to merge 19 commits into
Conversation
Contributor
Author
|
I discovered two general bugs that should probably be submitted as their own PR, and merged earlier than this, I will look at it later |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a very messy and definitely not ready, although pretty much stable (I have been running CCLSH and other things running on top of CCL for a few weeks on this now) port of CCL to NetBSD, first on ARMv7 since that's what I needed.
It is heavily inspired by reading the existing arm 32bit backend and FreeBSD platform as reference
I am just putting it out there so I can start organizing and cleaning this up, there is a lot of work to be done :)
x86 netbsd would probably be the next best target, haha