rust-lang / rust-lang/rust

`armv7-sony-vita-newlibeabihf` should be named `thumbv7a-sony-vita-newlibeabihf`

Open Beginner friendly
#137,422 8 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

A-targets C-discussion O-psvita T-compiler
Dominant language
Rust
Stars
119k
Forks
16.2k
PR merge metrics
PR metrics pending

Description

Looking through our target names I notice armv7-sony-vita-newlibeabihf is actually a thumb target (it uses the llvm target thumbv7a-vita-eabihf). So I think it should be name thumbv7a-sony-vita-newlibeabihf to match our other thumb targets?

cc target maintainers: @nikarh @pheki @ZetaNumbers

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Search the repository for armv7-sony-vita-newlibeabihf and inspect the target-name definitions and any related references. Compare them with the existing thumbv7a targets and verify that the renamed target matches the LLVM target thumbv7a-vita-eabihf; done means the old name is replaced consistently without breaking target validation.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
compilers
Issue type
Refactor
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Clearly specified
Newbie friendliness
72/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.