1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

documentation/poky-ref-manual/ref-variables.xml: Updates to TCMODE.

Cleaned up the glossary description a bit.

(From yocto-docs rev: 344ff68ebb58f4ea62d6cb052b712466f593a9f2)

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
2012-06-27 08:27:13 -07:00
committed by Richard Purdie
parent ffb7f52db6
commit 060e7b4ca5
@@ -1792,12 +1792,14 @@ FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \
The <filename>TCMODE</filename> variable selects the external toolchain The <filename>TCMODE</filename> variable selects the external toolchain
built from the Yocto Project or a few supported combinations of built from the Yocto Project or a few supported combinations of
the upstream GCC or CodeSourcery Labs toolchain. the upstream GCC or CodeSourcery Labs toolchain.
The variable determines which of the files in The variable determines which of the <filename>tcmode-*</filename> files in
<filename>meta/conf/distro/include/tcmode-*</filename> is used. the <filename>meta/conf/distro/include</filename> directory, which is found in the
<ulink url='&YOCTO_DOCS_DEV_URL;#yocto-project-files'>Yocto Project Files</ulink>,
is used.
</para> </para>
<para> <para>
By default, <filename>TCMODE</filename> is set to "default", which By default, <filename>TCMODE</filename> is set to "default", which
chooses <filename>tcmode-default.inc</filename>. chooses the <filename>tcmode-default.inc</filename> file.
The variable is similar to The variable is similar to
<link linkend='var-TCLIBC'><filename>TCLIBC</filename></link>, which controls <link linkend='var-TCLIBC'><filename>TCLIBC</filename></link>, which controls
the variant of the GNU standard C library (<filename>libc</filename>) the variant of the GNU standard C library (<filename>libc</filename>)