Uh oh!
There was an error while loading. Please reload this page.
Fix target_vendor for aarch64-nintendo-switch-freestanding - #131166
Conversation
Previously set to `target_vendor = "unknown"`, but Nintendo is clearly the vendor of the Switch, and is also reflected in the target name itself.
rustbot
commented
Oct 2, 2024
r? @chenyukang rustbot has assigned @chenyukang. Use |
rustbot
commented
Oct 2, 2024
These commits modify compiler targets. |
madsmtm
commented
Oct 2, 2024
Also, the |
jam1garner
commented
Oct 2, 2024
I don't see any reason why this change can't happen, I don't recall there being any specific intent in not specifying vendor |
leo60228
commented
Oct 2, 2024
I don't remember if there was a reason |
Thanks for the response both of you!
I'll let the reviewing compiler team member @chenyukang decide whether it's an appropriate value in |
aarch64-nintendo-switch-freestanding is a Tier 3 target, and since both target maintainers agree:
|
madsmtm
commented
Oct 2, 2024
Mostly because it's a new |
EDIT: Actually based on the reference https://doc.rust-lang.org/reference/conditional-compilation.html#target_env:
Let's not include the r=me after removing |
a4c0add to
746c322Comparemadsmtm
commented
Oct 2, 2024
I'm more comfortable with that myself, too |
jieyouxu
commented
Oct 2, 2024
You can r=me after PR CI is green. @bors delegate+ rollup |
bors
commented
Oct 2, 2024
madsmtm
commented
Oct 2, 2024
@bors r=jieyouxu |
bors
commented
Oct 2, 2024
…kingjubilee Rollup of 3 pull requests Successful merges: - rust-lang#126930 (Add unstable support for outputting file checksums for use in cargo) - rust-lang#130725 (Parser: better error messages for ``@`` in struct patterns) - rust-lang#131166 (Fix `target_vendor` for `aarch64-nintendo-switch-freestanding`) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#131166 - madsmtm:target-info-switch-vendor, r=jieyouxu Fix `target_vendor` for `aarch64-nintendo-switch-freestanding` Previously set to `target_vendor = "unknown"`, but Nintendo is clearly the vendor of the Switch, and is also reflected in the target name itself. CC target maintainers `@leo60228` and `@jam1garner`
Previously set to
target_vendor = "unknown", but Nintendo is clearly the vendor of the Switch, and is also reflected in the target name itself.CC target maintainers @leo60228 and @jam1garner