Skip to content

Commit 94e2056

Browse files
authored
Update README.md
Wanted to add a little more clarity around the build process. When I was building this the first time, it was quite hard. And I was switching between the instructions a lot. This little customization would have helped me as it shows a link between the two set's of instructions. Also I think the build all in one with the new --experimental-targets=Xtensa configure flag is a great upgrade.
1 parent b984f5a commit 94e2056

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
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)