-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Add support for cross compiling to the rump kernel #26702
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
Comments
For some reason I can't assign this to myself |
Only members of the organization can be assigned an issue. |
Gatcha! cheers |
So we got the first two pull requests in, now we need to build a stage0 snapshot fetch: x86_64-unknown-netbsd/stage0/bin/rustc I'm curious if this is something I can do. I certainly can cross compile one on linux |
Done! The |
https://github.com/rumpkernel/ is a neat project for a minimal netbsd anykernel. Since rump kernel is compatible with netbsd I've started adding support for cross compiling a amd64 netbsd rustc at
#26682
rust-lang/rust-installer#38
An additional pull request needs to be filed actually get rust to use that rust-installer pull request. Once netbsd is in the tree, compiling for rump should be trivial.
The text was updated successfully, but these errors were encountered: