ref-manual: Added TARGET_CC_KERNEL_ARCH variable to glossary.

Fixed [YOCTO #5463]

(From yocto-docs rev: b43d19eb8ce202b42bae28b6511a97cb70584cc6)

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-06-20 09:56:09 +03:00 committed by Richard Purdie
parent 0d287cdf48
commit 359b9f483a
1 changed files with 21 additions and 0 deletions

View File

@ -8293,6 +8293,27 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
</glossdef>
</glossentry>
<glossentry id='var-TARGET_CC_KERNEL_ARCH'><glossterm>TARGET_CC_KERNEL_ARCH</glossterm>
<glossdef>
<para>
This is a specific kernel compiler flag for a CPU or
Application Binary Interface (ABI) tune.
The flag is used rarely and only for cases where a
userspace
<link linkend='var-TUNE_CCARGS'><filename>TUNE_CCARGS</filename></link>
is not compatible with the kernel compilation.
The <filename>TARGET_CC_KERNEL_ARCH</filename> variable
allows the kernel (and associated modules) to use a
different configuration.
See the
<filename>meta/conf/machine/include/arm/feature-arm-thumb.inc</filename>
file in the
<ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>
for an example.
</para>
</glossdef>
</glossentry>
<glossentry id='var-TARGET_CFLAGS'><glossterm>TARGET_CFLAGS</glossterm>
<glossdef>
<para>