From d234817eea85bdf52d07adb62816081f6f22675a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 29 May 2014 11:44:28 +0300 Subject: [PATCH] ref-manual: Edits to the CFLAGS and CPPFLAGS variables. (From yocto-docs rev: 0a87848e5039e7c6fb17a1d082f75f28148c3b78) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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. +