summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-05-28 12:11:21 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-30 16:32:15 +0100
commit74e21f3ea5c70d54c08e53db0b1227dab4fb7d49 (patch)
tree9512a60e877833e5c896bf701fbbe9cca5bdd203 /documentation/ref-manual/ref-variables.xml
parent1a8718c7cd4fbce130c68e3b0f73a64d9fcb9fd3 (diff)
downloadpoky-74e21f3ea5c70d54c08e53db0b1227dab4fb7d49.tar.gz
ref-manual: More edits to some compiler passing variables.
(From yocto-docs rev: 39a6ade52082b4c82a91ac985f7312496a1e837b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index bd1441196b..f05e9cb4f4 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1140,8 +1140,8 @@
1140 <glossentry id='var-BUILDSDK_CPPFLAGS'><glossterm>BUILDSDK_CPPFLAGS</glossterm> 1140 <glossentry id='var-BUILDSDK_CPPFLAGS'><glossterm>BUILDSDK_CPPFLAGS</glossterm>
1141 <glossdef> 1141 <glossdef>
1142 <para> 1142 <para>
1143 Specifies the flags to pass to the C pre-processor and 1143 Specifies the flags to pass to the C pre-processor
1144 eventually to both the C and C++ compilers when building 1144 (i.e. to both the C and the C++ compilers) when building
1145 for the SDK. 1145 for the SDK.
1146 When building in the <filename>nativesdk</filename> 1146 When building in the <filename>nativesdk</filename>
1147 context, 1147 context,
@@ -1550,8 +1550,8 @@
1550 <glossentry id='var-CPPFLAGS'><glossterm>CPPFLAGS</glossterm> 1550 <glossentry id='var-CPPFLAGS'><glossterm>CPPFLAGS</glossterm>
1551 <glossdef> 1551 <glossdef>
1552 <para> 1552 <para>
1553 Specifies the flags to pass to the C pre-processor and the 1553 Specifies the flags to pass to the C compiler and to the
1554 C compiler. 1554 C pre-processor.
1555 This variable is exported to an environment 1555 This variable is exported to an environment
1556 variable and thus made visible to the software being 1556 variable and thus made visible to the software being
1557 built during the compilation step. 1557 built during the compilation step.
@@ -7798,8 +7798,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7798 <glossentry id='var-TARGET_CPPFLAGS'><glossterm>TARGET_CPPFLAGS</glossterm> 7798 <glossentry id='var-TARGET_CPPFLAGS'><glossterm>TARGET_CPPFLAGS</glossterm>
7799 <glossdef> 7799 <glossdef>
7800 <para> 7800 <para>
7801 Specifies the flags to pass to the C pre-processor and 7801 Specifies the flags to pass to the C pre-processor
7802 eventually to both the C and C++ compilers when building 7802 (i.e. to both the C and the C++ compilers) when building
7803 for the target. 7803 for the target.
7804 When building in the target context, 7804 When building in the target context,
7805 <link linkend='var-CPPFLAGS'><filename>CPPFLAGS</filename></link> 7805 <link linkend='var-CPPFLAGS'><filename>CPPFLAGS</filename></link>