mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
ref-manual: Added TUNE_CCARGS variable and supporting links.
(From yocto-docs rev: c06a389bb447ea35314f7545d19ef12fb8812fb9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
40a17324ce
commit
6b8dc790c1
@@ -7707,7 +7707,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
|
|||||||
Specifies architecture-specific C compiler flags for the
|
Specifies architecture-specific C compiler flags for the
|
||||||
target system.
|
target system.
|
||||||
<filename>TARGET_CC_ARCH</filename> is initialized from
|
<filename>TARGET_CC_ARCH</filename> is initialized from
|
||||||
<filename>TUNE_CCARGS</filename> by default.
|
<link linkend='var-TUNE_CCARGS'><filename>TUNE_CCARGS</filename></link>
|
||||||
|
by default.
|
||||||
<note>
|
<note>
|
||||||
It is a common workaround to append
|
It is a common workaround to append
|
||||||
<link linkend='var-LDFLAGS'><filename>LDFLAGS</filename></link>
|
<link linkend='var-LDFLAGS'><filename>LDFLAGS</filename></link>
|
||||||
@@ -8252,6 +8253,24 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
|
|||||||
</glossdef>
|
</glossdef>
|
||||||
</glossentry>
|
</glossentry>
|
||||||
|
|
||||||
|
<glossentry id='var-TUNE_CCARGS'><glossterm>TUNE_CCARGS</glossterm>
|
||||||
|
<glossdef>
|
||||||
|
<para>
|
||||||
|
Specifies architecture-specific C compiler flags for
|
||||||
|
the target system.
|
||||||
|
The set of flags is based on the selected tune features.
|
||||||
|
<filename>TUNE_CCARGS</filename> is set using
|
||||||
|
the tune include files, which are typically under
|
||||||
|
<filename>meta/conf/machine/include/</filename> and are
|
||||||
|
influenced through <filename>TUNE_FEATURES</filename>.
|
||||||
|
<note>
|
||||||
|
Board Support Packages (BSPs) can supply their own
|
||||||
|
set of flags.
|
||||||
|
</note>
|
||||||
|
</para>
|
||||||
|
</glossdef>
|
||||||
|
</glossentry>
|
||||||
|
|
||||||
<glossentry id='var-TUNE_PKGARCH'><glossterm>TUNE_PKGARCH</glossterm>
|
<glossentry id='var-TUNE_PKGARCH'><glossterm>TUNE_PKGARCH</glossterm>
|
||||||
<glossdef>
|
<glossdef>
|
||||||
<para>
|
<para>
|
||||||
|
|||||||
Reference in New Issue
Block a user