diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index cd235e633e..bd1441196b 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -894,8 +894,8 @@ BUILD_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 build host. When building in the native context, CPPFLAGS @@ -7774,9 +7774,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" It is a common workaround to append LDFLAGS - to TUNE_CC_ARCH in recipes - that build software for the target that would not - otherwise respect the exported + to TARGET_CC_ARCH + in recipes that build software for the target that + would not otherwise respect the exported LDFLAGS variable.