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 2211935 commit b54f1a9Copy full SHA for b54f1a9
doc/getting_started/index.rst
@@ -156,7 +156,8 @@ Set Up a Toolchain
156
In some specific configurations like non-MCU x86 targets on Linux,
157
you may be able to re-use the native development tools provided by
158
your operating system instead of an SDK by setting
159
- ``ZEPHYR_TOOLCHAIN_VARIANT=host``.
+ ``ZEPHYR_TOOLCHAIN_VARIANT=host`` for gcc or
160
+ ``ZEPHYR_TOOLCHAIN_VARIANT=llvm`` for clang.
161
162
If you want, you can use the SDK host tools (such as OpenOCD) with a
163
different toolchain by keeping the :envvar:`ZEPHYR_SDK_INSTALL_DIR`
0 commit comments