diff options
Diffstat (limited to 'documentation/sdk-manual/sdk-working-projects.rst')
-rw-r--r-- | documentation/sdk-manual/sdk-working-projects.rst | 4 |
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 | ||
80 | 4. *Cross-Compile the Project:* This command compiles the project using | 80 | 4. *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. | |||
167 | In a new shell environment variables are not established for the SDK | 167 | In a new shell environment variables are not established for the SDK |
168 | until you run the setup script. For example, the following commands show | 168 | until you run the setup script. For example, the following commands show |
169 | a null value for the compiler variable (i.e. | 169 | a 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 |
171 | SDK setup script for a 64-bit build host and an i586-tuned target | 171 | SDK setup script for a 64-bit build host and an i586-tuned target |
172 | architecture for a ``core-image-sato`` image using the current DISTRO | 172 | architecture for a ``core-image-sato`` image using the current DISTRO |
173 | Yocto Project release and then echoing that variable shows the value | 173 | Yocto Project release and then echoing that variable shows the value |