summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-05-28 14:08:54 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-30 16:32:16 +0100
commit8e9bfa5210bc187961917910e8b56a56ea6a26ca (patch)
tree475ad1e237dd68f5f165e8185cfe84c674de3276
parent92e80f2cbc7541295e201f7dda6417bf08138ecc (diff)
downloadast2050-yocto-poky-8e9bfa5210bc187961917910e8b56a56ea6a26ca.zip
ast2050-yocto-poky-8e9bfa5210bc187961917910e8b56a56ea6a26ca.tar.gz
ref-manual: another minor fix to the CPPFLAGS variable.
(From yocto-docs rev: 203d09cfe5f926b14a260886a5d213cf15f33442) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/ref-manual/ref-variables.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 1fa6281..7d2a71c 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1546,8 +1546,8 @@
<glossentry id='var-CPPFLAGS'><glossterm>CPPFLAGS</glossterm>
<glossdef>
<para>
- Specifies the flags to pass to the C compiler and to the
- C pre-processor.
+ Specifies the flags to pass to the C pre-processor
+ (i.e. to both the C and the C++ compilers).
This variable is exported to an environment
variable and thus made visible to the software being
built during the compilation step.
OpenPOWER on IntegriCloud