We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb92b0 commit cc15bcdCopy full SHA for cc15bcd
docs/building-from-source.md
@@ -56,9 +56,9 @@ $ build.py -h
56
```
57
Some notable options include:
58
* ``--revision`` the LLVM Embedded Toolchain for Arm version. Default version
59
- is ``13.0.0``. The available versions are:
60
- * ``13.0.0`` - based on LLVM 13.0.0 and newlib 4.1.0
61
- * ``branch-13`` - based on the tip of the LLVM 13 branch and newlib 4.1.0
+ is ``14.0.0``. The available versions are:
+ * ``14.0.0`` - based on LLVM 14.0.0 and newlib 4.1.0
+ * ``branch-14`` - based on the tip of the LLVM 14 branch and newlib 4.1.0
62
* ``HEAD`` - based on the latest commits in the LLVM and newlib repositories
63
* ``--host-toolchain`` the toolchain type. The supported values are:
64
* ``clang`` Clang (the default)
0 commit comments