summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual/adt-command.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/adt-manual/adt-command.rst')
-rw-r--r--documentation/adt-manual/adt-command.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/adt-manual/adt-command.rst b/documentation/adt-manual/adt-command.rst
index 2b81016b68..8b86544f19 100644
--- a/documentation/adt-manual/adt-command.rst
+++ b/documentation/adt-manual/adt-command.rst
@@ -85,7 +85,7 @@ Follow these steps to create a simple Autotools-based project:
85 85
867. *Cross-compile the project:* This command compiles the project using 867. *Cross-compile the project:* This command compiles the project using
87 the cross-compiler. The 87 the cross-compiler. The
88 ```CONFIGURE_FLAGS`` <&YOCTO_DOCS_REF_URL;#var-CONFIGURE_FLAGS>`__ 88 :term:`CONFIGURE_FLAGS`
89 environment variable provides the minimal arguments for GNU 89 environment variable provides the minimal arguments for GNU
90 configure: $ ./configure ${CONFIGURE_FLAGS} 90 configure: $ ./configure ${CONFIGURE_FLAGS}
91 91
@@ -146,13 +146,13 @@ subject to general ``make`` rules.
146 146
147To illustrate this, consider the following four cross-toolchain 147To illustrate this, consider the following four cross-toolchain
148environment variables: 148environment variables:
149`CC <&YOCTO_DOCS_REF_URL;#var-CC>`__\ =i586-poky-linux-gcc -m32 149:term:`CC`\ =i586-poky-linux-gcc -m32
150-march=i586 --sysroot=/opt/poky/1.8/sysroots/i586-poky-linux 150-march=i586 --sysroot=/opt/poky/1.8/sysroots/i586-poky-linux
151`LD <&YOCTO_DOCS_REF_URL;#var-LD>`__\ =i586-poky-linux-ld 151:term:`LD`\ =i586-poky-linux-ld
152--sysroot=/opt/poky/1.8/sysroots/i586-poky-linux 152--sysroot=/opt/poky/1.8/sysroots/i586-poky-linux
153`CFLAGS <&YOCTO_DOCS_REF_URL;#var-CFLAGS>`__\ =-O2 -pipe -g 153:term:`CFLAGS`\ =-O2 -pipe -g
154-feliminate-unused-debug-types 154-feliminate-unused-debug-types
155`CXXFLAGS <&YOCTO_DOCS_REF_URL;#var-CXXFLAGS>`__\ =-O2 -pipe -g 155:term:`CXXFLAGS`\ =-O2 -pipe -g
156-feliminate-unused-debug-types Now, consider the following three cases: 156-feliminate-unused-debug-types Now, consider the following three cases:
157 157
158- *Case 1 - No Variables Set in the ``Makefile``:* Because these 158- *Case 1 - No Variables Set in the ``Makefile``:* Because these