What's the difference between the pc-solaris and sun-solaris targets?

I just ran rustup target list and saw both x86_64-pc-solaris and x86_64-sun-solaris in the output. What's the difference between those targets?

According to this PR they are are two names for the same build:

https://github.com/rust-lang/rust/pull/82216

I gather x86_64-pc-solaris is preferred and x86_64-sun-solaris is going to be deprecated and removed from rustup eventually. The fun never stops with target tuples!

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.