Skip to content

Commit

Permalink
Fix version numbers in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
miyuki committed Apr 14, 2022
1 parent 7cb92b0 commit cc15bcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/building-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ $ build.py -h
```
Some notable options include:
* ``--revision`` the LLVM Embedded Toolchain for Arm version. Default version
is ``13.0.0``. The available versions are:
* ``13.0.0`` - based on LLVM 13.0.0 and newlib 4.1.0
* ``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
* ``HEAD`` - based on the latest commits in the LLVM and newlib repositories
* ``--host-toolchain`` the toolchain type. The supported values are:
* ``clang`` Clang (the default)
Expand Down

0 comments on commit cc15bcd

Please sign in to comment.