From 74e21f3ea5c70d54c08e53db0b1227dab4fb7d49 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 28 May 2014 12:11:21 +0300 Subject: ref-manual: More edits to some compiler passing variables. (From yocto-docs rev: 39a6ade52082b4c82a91ac985f7312496a1e837b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'documentation/ref-manual/ref-variables.xml') 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 @@ BUILDSDK_CPPFLAGS - 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 nativesdk context, @@ -1550,8 +1550,8 @@ CPPFLAGS - 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" TARGET_CPPFLAGS - 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, CPPFLAGS -- cgit v1.2.3-54-g00ecf