summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-06-27 08:27:13 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-28 16:32:58 +0100
commit060e7b4ca549e6ab7f6572b636d4e4a018407af5 (patch)
tree1fee868cb566793c4c4c85aac149e2bf7afeddb7 /documentation
parentffb7f52db64c62c9698d0bd249504d5c74e756c9 (diff)
downloadpoky-060e7b4ca549e6ab7f6572b636d4e4a018407af5.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 3b93e2297e..c815d3cfa0 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -1792,12 +1792,14 @@ FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \
1792 The <filename>TCMODE</filename> variable selects the external toolchain 1792 The <filename>TCMODE</filename> variable selects the external toolchain
1793 built from the Yocto Project or a few supported combinations of 1793 built from the Yocto Project or a few supported combinations of
1794 the upstream GCC or CodeSourcery Labs toolchain. 1794 the upstream GCC or CodeSourcery Labs toolchain.
1795 The variable determines which of the files in 1795 The variable determines which of the <filename>tcmode-*</filename> files in
1796 <filename>meta/conf/distro/include/tcmode-*</filename> is used. 1796 the <filename>meta/conf/distro/include</filename> directory, which is found in the
1797 <ulink url='&YOCTO_DOCS_DEV_URL;#yocto-project-files'>Yocto Project Files</ulink>,
1798 is used.
1797 </para> 1799 </para>
1798 <para> 1800 <para>
1799 By default, <filename>TCMODE</filename> is set to "default", which 1801 By default, <filename>TCMODE</filename> is set to "default", which
1800 chooses <filename>tcmode-default.inc</filename>. 1802 chooses the <filename>tcmode-default.inc</filename> file.
1801 The variable is similar to 1803 The variable is similar to
1802 <link linkend='var-TCLIBC'><filename>TCLIBC</filename></link>, which controls 1804 <link linkend='var-TCLIBC'><filename>TCLIBC</filename></link>, which controls
1803 the variant of the GNU standard C library (<filename>libc</filename>) 1805 the variant of the GNU standard C library (<filename>libc</filename>)