Skip to content

Commit 672b35e

Browse files
authored
Merge pull request rust-lang#26 from YonasJ/patch-1
Update README.md
2 parents b984f5a + 94e2056 commit 672b35e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ The [quickstart repo](https://github.com/MabezDev/xtensa-rust-quickstart) has mo
1111
This is the main source code repository for [Rust]. It contains the compiler,
1212
standard library, and documentation.
1313

14+
To build this fork and have xtensa support, you need to make sure you pass in the --experimental-targets=Xtensa to configure as follows:
15+
```sh
16+
$ git clone https://github.com/MabezDev/rust-xtensa
17+
$ cd rust-xtensa
18+
$ ./configure --experimental-targets=Xtensa
19+
$ ./x.py build
20+
```
21+
1422
[Rust]: https://www.rust-lang.org
1523

1624
## Quick Start

0 commit comments

Comments
 (0)