Rename VXMICRO_GCC_VARIANT to ZEPHYR_GCC_VARIANT
Updates this environment variable to reflect the new OS name. Change-Id: Iba9230466fbfda786be7d1265927b4ecc4c7dd93 Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
parent
815c6406bc
commit
74b98c1cc4
3 changed files with 4 additions and 4 deletions
4
Makefile
4
Makefile
|
@ -599,8 +599,8 @@ endif
|
|||
#File that includes all prepare special embedded architecture targets.
|
||||
include $(srctree)/scripts/Makefile.preparch
|
||||
sinclude $(srctree)/scripts/Makefile.$(SRCARCH).preparch
|
||||
ifdef VXMICRO_GCC_VARIANT
|
||||
include $(srctree)/scripts/Makefile.toolchain.$(VXMICRO_GCC_VARIANT)
|
||||
ifdef ZEPHYR_GCC_VARIANT
|
||||
include $(srctree)/scripts/Makefile.toolchain.$(ZEPHYR_GCC_VARIANT)
|
||||
endif
|
||||
|
||||
QEMU_BIN_PATH ?= /usr/bin
|
||||
|
|
|
@ -160,7 +160,7 @@ Create the Needed Build Tools
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
$ export VXMICRO_GCC_VARIANT=xtools
|
||||
$ export ZEPHYR_GCC_VARIANT=xtools
|
||||
|
||||
Alternatively you can add it to your :file:`~/.bashrc` file.
|
||||
|
||||
|
|
|
@ -85,7 +85,7 @@ Follow these steps to install the SDK on your host system.
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
$ export VXMICRO_GCC_VARIANT=yocto
|
||||
$ export ZEPHYR_GCC_VARIANT=yocto
|
||||
|
||||
$ export YOCTO_SDK_INSTALL_DIR=/opt/poky-tm/1.8
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue