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

Provision more target triples #33

Open
mcandre opened this issue Mar 29, 2023 · 1 comment
Open

Provision more target triples #33

mcandre opened this issue Mar 29, 2023 · 1 comment

Comments

@mcandre
Copy link

mcandre commented Mar 29, 2023

Some of the available target triples in rustup target list lack corresponding entries in cross-toolchains. Can we get more of these targets going for cross?

@Emilgardis
Copy link
Member

Emilgardis commented Mar 29, 2023

This is a matter of need, if there is a target you need a cross-compilation suite for using cross and can provide a image for it, feel free to add it! We won't add t3 targets just like that, and some T3 targets are harder than others to implement.

Here is all known targets: https://doc.rust-lang.org/rustc/platform-support.html, afaik, we support all T1 and most common T2 targets already, either here or in https://github.com/cross-rs/cross

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

2 participants