Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Oniro
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
Oniro Core
Oniro
Merge requests
!371
docs: Fix code blocks in toolchains docs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
docs: Fix code blocks in toolchains docs
agherzan/oniro:ag/docs-fix
into
kirkstone
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Andrei Gherzan
requested to merge
agherzan/oniro:ag/docs-fix
into
kirkstone
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Signed-off-by: Andrei Gherzan
andrei.gherzan@huawei.com
0
0
Merge request reports
Compare
kirkstone
kirkstone (base)
and
latest version
latest version
55dace97
1 commit,
2 years ago
1 file
+
3
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
docs/toolchains.rst
+
3
−
0
Options
@@ -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"
Loading