aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
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
parent1a8718c7cd4fbce130c68e3b0f73a64d9fcb9fd3 (diff)
downloadopenembedded-core-contrib-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')
-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 @@
<glossentry id='var-BUILDSDK_CPPFLAGS'><glossterm>BUILDSDK_CPPFLAGS</glossterm>
<glossdef>
<para>
- Specifies the flags to pass to the C pre-processor and
- eventually to both the C and C++ compilers when building
+ Specifies the flags to pass to the C pre-processor
+ (i.e. to both the C and the C++ compilers) when building
for the SDK.
When building in the <filename>nativesdk</filename>
context,
@@ -1550,8 +1550,8 @@
<glossentry id='var-CPPFLAGS'><glossterm>CPPFLAGS</glossterm>
<glossdef>
<para>
- Specifies the flags to pass to the C pre-processor and the
- C compiler.
+ Specifies the flags to pass to the C compiler and to the
+ C pre-processor.
This variable is exported to an environment
variable and thus made visible to the software being
built during the compilation step.
@@ -7798,8 +7798,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<glossentry id='var-TARGET_CPPFLAGS'><glossterm>TARGET_CPPFLAGS</glossterm>
<glossdef>
<para>
- Specifies the flags to pass to the C pre-processor and
- eventually to both the C and C++ compilers when building
+ Specifies the flags to pass to the C pre-processor
+ (i.e. to both the C and the C++ compilers) when building
for the target.
When building in the target context,
<link linkend='var-CPPFLAGS'><filename>CPPFLAGS</filename></link>