From 060e7b4ca549e6ab7f6572b636d4e4a018407af5 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 27 Jun 2012 08:27:13 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-variables.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'documentation') 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}", \ The TCMODE variable selects the external toolchain built from the Yocto Project or a few supported combinations of the upstream GCC or CodeSourcery Labs toolchain. - The variable determines which of the files in - meta/conf/distro/include/tcmode-* is used. + The variable determines which of the tcmode-* files in + the meta/conf/distro/include directory, which is found in the + Yocto Project Files, + is used. By default, TCMODE is set to "default", which - chooses tcmode-default.inc. + chooses the tcmode-default.inc file. The variable is similar to TCLIBC, which controls the variant of the GNU standard C library (libc) -- cgit v1.2.3-54-g00ecf