-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
add solaris sparcv9 support #39901
Comments
binarycrusader
added a commit
to binarycrusader/rust
that referenced
this issue
Feb 17, 2017
* Update bootstrap to recognize the cputype 'sparcv9' (used on Solaris) * Change to never use -fomit-frame-pointer on Solaris or for sparc * Adds rust target sparcv9-sun-solaris Fixes rust-lang#39901
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Feb 23, 2017
…richton add solaris sparcv9 support Fixes rust-lang#39901
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Feb 23, 2017
…richton add solaris sparcv9 support Fixes rust-lang#39901
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Feb 24, 2017
…richton add solaris sparcv9 support Fixes rust-lang#39901
eddyb
added a commit
to eddyb/rust
that referenced
this issue
Feb 25, 2017
…richton add solaris sparcv9 support Fixes rust-lang#39901
eddyb
added a commit
to eddyb/rust
that referenced
this issue
Feb 25, 2017
…richton add solaris sparcv9 support Fixes rust-lang#39901
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, at this point, rust nightly pretty much builds out of the box (assuming you have an already built beta rustc compiler) on Solaris for x86_64.
However, it doesn't (yet) build for sparcv9. I will provide a pull request shortly that adds the final, missing piece to support sparcv9 / Solaris.
The text was updated successfully, but these errors were encountered: