Skip to content
Snippets Groups Projects
Commit b6cbdb96 authored by Stefan Schmidt's avatar Stefan Schmidt
Browse files

Merge branch 'ag/docs-fix' into 'kirkstone'

docs: Fix code blocks in toolchains docs

See merge request eclipse/oniro-core/oniro!371
parents 3c6637c3 55dace97
No related branches found
No related tags found
1 merge request!371docs: Fix code blocks in toolchains docs
......@@ -23,6 +23,7 @@ gcc
Post-2.0 releases of |main_project_name| will likely update to new major versions.
To select gcc, edit `conf/local.conf` and add:
.. code-block:: sh
TOOLCHAIN="gcc"
......@@ -35,11 +36,13 @@ clang
Post-2.0 releases of |main_project_name| will likely update to new major versions.
To select clang, edit `conf/local.conf` and add:
.. code-block:: sh
TOOLCHAIN="clang"
You may also want to add:
.. code-block:: sh
RUNTIME="llvm"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment