Skip to content

Commit

Permalink
Merge pull request rust-lang#26 from YonasJ/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
MabezDev authored Apr 10, 2020
2 parents b984f5a + 94e2056 commit 672b35e
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 @@ -11,6 +11,14 @@ The [quickstart repo](https://github.com/MabezDev/xtensa-rust-quickstart) has mo
This is the main source code repository for [Rust]. It contains the compiler,
standard library, and documentation.

To build this fork and have xtensa support, you need to make sure you pass in the --experimental-targets=Xtensa to configure as follows:
```sh
$ git clone https://github.com/MabezDev/rust-xtensa
$ cd rust-xtensa
$ ./configure --experimental-targets=Xtensa
$ ./x.py build
```

[Rust]: https://www.rust-lang.org

## Quick Start
Expand Down

0 comments on commit 672b35e

Please sign in to comment.