doc: getting_started: Fix clang toolchain use

In order to use clang it is necessary to set the variable
ZEPHYR_TOOLCHAIN_VARIANT to llvm instead of clang.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
Flavio Ceolin 2019-11-11 15:36:58 -08:00 committed by Anas Nashif
commit d1acc1e3a2

View file

@ -9,4 +9,4 @@ by your operating system.
To use your host gcc, set the :envvar:`ZEPHYR_TOOLCHAIN_VARIANT`
:ref:`environment variable <env_vars>` to ``host``. To use clang, set
:envvar:`ZEPHYR_TOOLCHAIN_VARIANT` to ``clang``.
:envvar:`ZEPHYR_TOOLCHAIN_VARIANT` to ``llvm``.