Add new target: i686-unknown-none - #160291
Open
alexhrao wants to merge 1 commit into
Open
Conversation
Collaborator
|
These commits modify compiler targets. Some changes occurred in src/doc/rustc/src/platform-support cc @Noratrieb |
Member
|
@rustbot reroll |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a new tier-3 target for bare-metal 32-bit x86, which is somewhat a companion to the existing
x86_64-unknown-nonetarget.Tier 3 policy:
I'll do my absolute best to support this target.
This triple name is consistent with the other 32-bit, x86 platforms
I don't think there is any ambiguity here.
I don't see any issues here.
I don't think there are any new license agreements, so I don't think this is an issue.
Understood.
There are no new dependencies/features required.
It's using open source tools only.
I see no issues with any of this.
Only relevant to those making approval decisions.
Only relevant to those making approval decisions.
coreandalloccan be used.stdcannot be used as this is a bare-metal target.Use
--target=i686-unknown-noneoption to cross compile, just like any target. The target does not support running tests.Understood.
Understood.
I believe I didn't break any other target.
I think there are no such problems in this PR.
r? compiler