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>
This commit is contained in:
Scott Rifenbark 2014-05-29 11:44:28 +03:00 committed by Richard Purdie
parent 0b69f06d76
commit d234817eea
1 changed files with 20 additions and 0 deletions

View File

@ -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>