Skip to content
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

Target list out of date/core-only builds #198

Closed
jethrogb opened this issue Jan 31, 2019 · 2 comments · Fixed by #222
Closed

Target list out of date/core-only builds #198

jethrogb opened this issue Jan 31, 2019 · 2 comments · Fixed by #222

Comments

@jethrogb
Copy link
Contributor

jethrogb commented Jan 31, 2019

I recently found out that Rust ships core-only builds from some targets. That this is even an option is not at all clear from the platform support page. This applies to at least the following targets (which aren't even mentioned):

  • riscv32imac-unknown-none-elf
  • riscv32imc-unknown-none-elf
@Disasm
Copy link
Contributor

Disasm commented Feb 13, 2019

Other missing targets:

  • aarch64-pc-windows-msvc (tier1?)
  • armv5te-unknown-linux-musleabi (tier1?)
  • armebv7r-none-eabi
  • armebv7r-none-eabihf
  • armv7r-none-eabi
  • armv7r-none-eabihf
  • thumbv6m-none-eabi
  • thumbv7em-none-eabi
  • thumbv7em-none-eabihf
  • thumbv7m-none-eabi

I think that -none- targets are core-only too, but I'm not sure about it.

cc @japaric

@japaric
Copy link
Member

japaric commented Feb 13, 2019

The 4 thumb targets are core-only and are listed under tier 3 https:/rust-lang/rust-forge/blob/master/platform-support.md#tier-3 though they are now effectively tier 1 as PRs are gated on builds of core and QEMU tests passing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants