-
Notifications
You must be signed in to change notification settings - Fork 708
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
support haiku #1370
Comments
@briansmith I submitted a PR to fix it :-) |
Thanks for the PR. See the draft PR #1531 where I propose we delegate the randomness stuff to the getrandom crate. I think on x86{-64} this will become a one-line fix. For non-x86{-64} targets, additional logic to query CPU feature info will be needed. |
thanks for the update! i created a branch (no pr yet) with a small change that illustrates what would work for haiku support based on PR #1531. an example run is shown below:
|
@hoanga We also need information about the ABI so we know if the assembly code is ABI-compatible with the OS. Is it the same ABI as Linux? |
Haiku has it's own ABI + API. Not based on the Linux Kernel at all. However, Haiku does offer full POSIX API compatibility. |
|
|
I merged the PR that adds this target but I didn't test it. I'm going to close this but please do open new issues if there are any problems. |
could you add haiku support, please?
see pr #1369
The text was updated successfully, but these errors were encountered: