Update README.md
This commit is contained in:
@@ -32,8 +32,12 @@ OPENMP = -fopenmp
|
|||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|
||||||
You can build multiple toolchains in the same directory, but notice that the Makefile is only acting on the one currently set.
|
You can build multiple toolchains in the same directory, but notice that the Makefile is only acting on the one currently set. Intermediate build results are located in the `<TOOLCHAIN>` directory.
|
||||||
Intermediate build results are located in the `<TOOLCHAIN>` directory.
|
|
||||||
|
To output the executed commands use:
|
||||||
|
```
|
||||||
|
make Q=
|
||||||
|
```
|
||||||
|
|
||||||
4. Clean up with:
|
4. Clean up with:
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user