From c3341b8a67be41483b8e086d43a88ab8144d268b Mon Sep 17 00:00:00 2001 From: Genaro Saucedo Tejada Date: Fri, 5 Aug 2016 15:54:16 -0500 Subject: [PATCH] doc: removed unneeded variable from guide Mac OS X guide had an unneeded transient variable. JIRA: ZEP-616 Change-Id: I1a7cea35830bb786b67aee235337f89c62a4b69f Signed-off-by: Genaro Saucedo Tejada --- doc/getting_started/installation_mac.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/getting_started/installation_mac.rst b/doc/getting_started/installation_mac.rst index cadb7718053..14fdb3d44cd 100644 --- a/doc/getting_started/installation_mac.rst +++ b/doc/getting_started/installation_mac.rst @@ -172,9 +172,7 @@ and use the target location where the toolchain was installed, type: $ export ZEPHYR_GCC_VARIANT=xtools - $ export ZEPHYR_SDK_INSTALL_DIR=/Volumes/CrossToolNG/x-tools - - $ export XTOOLS_TOOLCHAIN_PATH=$ZEPHYR_SDK_INSTALL_DIR + $ export XTOOLS_TOOLCHAIN_PATH=/Volumes/CrossToolNG/x-tools To use the same toolchain in new sessions in the future you can set the @@ -183,7 +181,7 @@ variables in the file :file:`${HOME}/.zephyrrc`, for example: .. code-block:: console $ cat < ~/.zephyrrc - export ZEPHYR_SDK_INSTALL_DIR=/Volumes/CrossToolNG/x-tools + export XTOOLS_TOOLCHAIN_PATH=/Volumes/CrossToolNG/x-tools export ZEPHYR_GCC_VARIANT=xtools EOF