Skip to content

Commit

Permalink
Add some docs about cross-compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Mar 8, 2016
1 parent 6ec590e commit a831569
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Features:
* Receive notifications of updates to release channels.
* Install historical nightly toolchains from the official archives.
* Install by specific stable version number.
* Install additional `std`s for cross-compilation.
* Install custom toolchains.
* Isolate Cargo metadata per-installation.
* Verify hashes of downloads.
Expand Down Expand Up @@ -126,6 +127,13 @@ the archive for that date (if available). Any other specifier is
considered an explicit Rust version number, as in '0.12.0', or a custom
toolchain identifier, depending on context.

# Cross-compilation

`multirust` can install additional standard libraries for
cross-compilation targets. Once you have installed a toolchain, use
the `multirust list-available-targets` command to show which targets
can be added, and `multirust add-target` to add a target.

# Custom toolchains

Custom toolchains - those not distributed by The Rust Project - may be
Expand Down

0 comments on commit a831569

Please sign in to comment.