summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/sdk-working-projects.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/sdk-manual/sdk-working-projects.rst')
-rw-r--r--documentation/sdk-manual/sdk-working-projects.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/sdk-manual/sdk-working-projects.rst b/documentation/sdk-manual/sdk-working-projects.rst
index 1d001d1099..63f61de66d 100644
--- a/documentation/sdk-manual/sdk-working-projects.rst
+++ b/documentation/sdk-manual/sdk-working-projects.rst
@@ -79,7 +79,7 @@ project:
79 79
804. *Cross-Compile the Project:* This command compiles the project using 804. *Cross-Compile the Project:* This command compiles the project using
81 the cross-compiler. The 81 the cross-compiler. The
82 ```CONFIGURE_FLAGS`` <&YOCTO_DOCS_REF_URL;#var-CONFIGURE_FLAGS>`__ 82 :term:`CONFIGURE_FLAGS`
83 environment variable provides the minimal arguments for GNU 83 environment variable provides the minimal arguments for GNU
84 configure: $ ./configure ${CONFIGURE_FLAGS} For an Autotools-based 84 configure: $ ./configure ${CONFIGURE_FLAGS} For an Autotools-based
85 project, you can use the cross-toolchain by just passing the 85 project, you can use the cross-toolchain by just passing the
@@ -167,7 +167,7 @@ demonstrates these variable behaviors.
167In a new shell environment variables are not established for the SDK 167In a new shell environment variables are not established for the SDK
168until you run the setup script. For example, the following commands show 168until you run the setup script. For example, the following commands show
169a null value for the compiler variable (i.e. 169a null value for the compiler variable (i.e.
170```CC`` <&YOCTO_DOCS_REF_URL;#var-CC>`__). $ echo ${CC} $ Running the 170:term:`CC`). $ echo ${CC} $ Running the
171SDK setup script for a 64-bit build host and an i586-tuned target 171SDK setup script for a 64-bit build host and an i586-tuned target
172architecture for a ``core-image-sato`` image using the current DISTRO 172architecture for a ``core-image-sato`` image using the current DISTRO
173Yocto Project release and then echoing that variable shows the value 173Yocto Project release and then echoing that variable shows the value