summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-05-29 11:44:28 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-30 16:32:17 +0100
commitd234817eea85bdf52d07adb62816081f6f22675a (patch)
treee762e33c75a0a45ac3433a090520b48f0746e5dc /documentation
parent0b69f06d76a0454f4564b2bc31f06811fcf36994 (diff)
downloadast2050-yocto-poky-d234817eea85bdf52d07adb62816081f6f22675a.zip
ast2050-yocto-poky-d234817eea85bdf52d07adb62816081f6f22675a.tar.gz
ref-manual: Edits to the CFLAGS and CPPFLAGS variables.
(From yocto-docs rev: 0a87848e5039e7c6fb17a1d082f75f28148c3b78) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 214ef09..179fbd4 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"
<link linkend='var-CFLAGS'><filename>CFLAGS</filename></link>
is set to the value of this variable by default.
</para>
+
+ <para>
+ Additionally, the SDK's environment setup script sets
+ the
+ <link linkend='var-CFLAGS'><filename>CFLAGS</filename></link>
+ variable in the environment to the
+ <filename>TARGET_CFLAGS</filename> value so that
+ executables built using the SDK also have the flags
+ applied.
+ </para>
</glossdef>
</glossentry>
@@ -7825,6 +7835,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<link linkend='var-CPPFLAGS'><filename>CPPFLAGS</filename></link>
is set to the value of this variable by default.
</para>
+
+ <para>
+ Additionally, the SDK's environment setup script sets
+ the
+ <link linkend='var-CPPFLAGS'><filename>CPPFLAGS</filename></link>
+ variable in the environment to the
+ <filename>TARGET_CPPFLAGS</filename> value so that
+ executables built using the SDK also have the flags
+ applied.
+ </para>
</glossdef>
</glossentry>
OpenPOWER on IntegriCloud