summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
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/ref-manual/ref-variables.xml
parent0b69f06d76a0454f4564b2bc31f06811fcf36994 (diff)
downloadpoky-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/ref-manual/ref-variables.xml')
-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 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"
7812 <link linkend='var-CFLAGS'><filename>CFLAGS</filename></link> 7812 <link linkend='var-CFLAGS'><filename>CFLAGS</filename></link>
7813 is set to the value of this variable by default. 7813 is set to the value of this variable by default.
7814 </para> 7814 </para>
7815
7816 <para>
7817 Additionally, the SDK's environment setup script sets
7818 the
7819 <link linkend='var-CFLAGS'><filename>CFLAGS</filename></link>
7820 variable in the environment to the
7821 <filename>TARGET_CFLAGS</filename> value so that
7822 executables built using the SDK also have the flags
7823 applied.
7824 </para>
7815 </glossdef> 7825 </glossdef>
7816 </glossentry> 7826 </glossentry>
7817 7827
@@ -7825,6 +7835,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7825 <link linkend='var-CPPFLAGS'><filename>CPPFLAGS</filename></link> 7835 <link linkend='var-CPPFLAGS'><filename>CPPFLAGS</filename></link>
7826 is set to the value of this variable by default. 7836 is set to the value of this variable by default.
7827 </para> 7837 </para>
7838
7839 <para>
7840 Additionally, the SDK's environment setup script sets
7841 the
7842 <link linkend='var-CPPFLAGS'><filename>CPPFLAGS</filename></link>
7843 variable in the environment to the
7844 <filename>TARGET_CPPFLAGS</filename> value so that
7845 executables built using the SDK also have the flags
7846 applied.
7847 </para>
7828 </glossdef> 7848 </glossdef>
7829 </glossentry> 7849 </glossentry>
7830 7850