From 8e9bfa5210bc187961917910e8b56a56ea6a26ca Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 28 May 2014 14:08:54 +0300 Subject: ref-manual: another minor fix to the CPPFLAGS variable. (From yocto-docs rev: 203d09cfe5f926b14a260886a5d213cf15f33442) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 4 ++-- 1 file 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 @@ CPPFLAGS - 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. -- cgit v1.1