How to add a new component (triple) that can be built by the official branch nightly

I'm working on enabling ARM32, namely thumbv7a-pc-windows-msvc, the majority of changes has been committed already, however, there is some issue building it successfully, so it's not built by the master branch and user cannot install this target using rustup. I'm still working on making it build end to end at least reach stage 2. Once it can build, I'd like to have it built in rust master, so user can simply rustup add target to get it.

I'm looking at aarch64-pc-windows-msvc, it's built, but not tested, I'd like to achieve the same availability for thumbv7a. So what it takes to get me there?

I did a rough search, here's thumbv7a in rust master, 2 files,
(Sign in to GitHub · GitHub)

And here's aarch64 in rust master, 8 files,
(Sign in to GitHub · GitHub)

Does it mean give or take, I need to add least make changes to the other 6 files to align with aarch64? Please advise.

This question may be better suited for the https://internals.rust-lang.org/ forum.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.