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

duplicate ARM targets in rustc --print target-list #35481

Closed
japaric opened this issue Aug 8, 2016 · 0 comments
Closed

duplicate ARM targets in rustc --print target-list #35481

japaric opened this issue Aug 8, 2016 · 0 comments

Comments

@japaric
Copy link
Member

japaric commented Aug 8, 2016

STR

$ rustc --print target-list | uniq -c | grep -v 1
      2 arm-unknown-linux-gnueabi
      2 arm-unknown-linux-gnueabihf
      2 armv7-unknown-linux-gnueabihf

Meta

$ rustc -V
rustc 1.12.0-nightly (b30eff7ba 2016-08-05)
bors added a commit that referenced this issue Aug 10, 2016
Print Rust target name, not LLVM target name, for `--print target-list`

Rust target name and LLVM target name are usually the same, but not always. For example, `arm-unknown-linux-musleabi` Rust target uses `arm-unknown-linux-gnueabi` LLVM target.

Fix #35481.
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

No branches or pull requests

1 participant