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

Update "cross compiling the standard crates" section #25

Open
japaric opened this issue Sep 14, 2016 · 1 comment · May be fixed by #26
Open

Update "cross compiling the standard crates" section #25

japaric opened this issue Sep 14, 2016 · 1 comment · May be fixed by #26

Comments

@japaric
Copy link
Owner

japaric commented Sep 14, 2016

See this post for updates.

@jethrogb
Copy link

jethrogb commented Sep 30, 2016

You could also just use cargo build --release --target <target> in src/rustc/std_shim. You do need to figure out yourself what the correct features are to pass for your platform (jemalloc, debug-jemalloc, and/or backtrace). This works for any target, even those that are "not supported".

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.

2 participants