diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-05-28 14:08:54 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-30 16:32:16 +0100 |
commit | 8e9bfa5210bc187961917910e8b56a56ea6a26ca (patch) | |
tree | 475ad1e237dd68f5f165e8185cfe84c674de3276 /documentation | |
parent | 92e80f2cbc7541295e201f7dda6417bf08138ecc (diff) | |
download | 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>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 1fa628109e..7d2a71c300 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -1546,8 +1546,8 @@ | |||
1546 | <glossentry id='var-CPPFLAGS'><glossterm>CPPFLAGS</glossterm> | 1546 | <glossentry id='var-CPPFLAGS'><glossterm>CPPFLAGS</glossterm> |
1547 | <glossdef> | 1547 | <glossdef> |
1548 | <para> | 1548 | <para> |
1549 | Specifies the flags to pass to the C compiler and to the | 1549 | Specifies the flags to pass to the C pre-processor |
1550 | C pre-processor. | 1550 | (i.e. to both the C and the C++ compilers). |
1551 | This variable is exported to an environment | 1551 | This variable is exported to an environment |
1552 | variable and thus made visible to the software being | 1552 | variable and thus made visible to the software being |
1553 | built during the compilation step. | 1553 | built during the compilation step. |