diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 214ef09f4a..179fbd4575 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -7812,6 +7812,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" CFLAGS is set to the value of this variable by default. + + + Additionally, the SDK's environment setup script sets + the + CFLAGS + variable in the environment to the + TARGET_CFLAGS value so that + executables built using the SDK also have the flags + applied. + @@ -7825,6 +7835,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" CPPFLAGS is set to the value of this variable by default. + + + Additionally, the SDK's environment setup script sets + the + CPPFLAGS + variable in the environment to the + TARGET_CPPFLAGS value so that + executables built using the SDK also have the flags + applied. +