We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b984f5a + 94e2056 commit 672b35eCopy full SHA for 672b35e
README.md
@@ -11,6 +11,14 @@ The [quickstart repo](https://github.com/MabezDev/xtensa-rust-quickstart) has mo
11
This is the main source code repository for [Rust]. It contains the compiler,
12
standard library, and documentation.
13
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
+
22
[Rust]: https://www.rust-lang.org
23
24
## Quick Start
0 commit comments