-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Replace i686-unknown-redox target with i586-unknown-redox #136698
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
These commits modify compiler targets. Some changes occurred in src/doc/rustc/src/platform-support cc @Noratrieb |
cc @RalfJung |
Thanks! That would resolve the naming concern. Should we make any arrangements for a transition period, like keep the old target around for a bit? (Not sure if we have a way to mark a target as "deprecated".) |
No dedicated infrastructure (yet). The closest approach I know of is the |
One reason to keep the old target for a bit would be so that people can use the same config for stable and nightly, but given that this is tier 3 I expect everyone to use nightly anyways so just doing it directly seems fine. I wouldn't bother with any warnings for this. |
There's no fundamental reason to keep the old target around. Redox OS upstream builds use a pinned nightly version, so we simply won't update it until the necessary changes here have been adapted to. |
These commits modify compiler targets. Some changes occurred in src/doc/rustc/src/platform-support cc @Noratrieb |
LGTM, and you are target maintainer so we have that approval as well. Thanks for preparing the PR! @bors r+ rollup |
Replace i686-unknown-redox target with i586-unknown-redox This change is related to rust-lang#136495
…llaumeGomez Rollup of 8 pull requests Successful merges: - rust-lang#134981 ( Explain that in paths generics can't be set on both the enum and the variant) - rust-lang#136698 (Replace i686-unknown-redox target with i586-unknown-redox) - rust-lang#136767 (improve host/cross target checking) - rust-lang#136829 ([rustdoc] Move line numbers into the `<code>` directly) - rust-lang#136875 (Rustc dev guide subtree update) - rust-lang#136900 (compiler: replace `ExternAbi::name` calls with formatters) - rust-lang#136913 (Put kobzol back on review rotation) - rust-lang#136915 (documentation fix: `f16` and `f128` are not double-precision) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#136698 - jackpot51:i586-redox, r=RalfJung Replace i686-unknown-redox target with i586-unknown-redox This change is related to rust-lang#136495
This change is related to #136495