From a568995f401d0e73d9696a90cd8ebf03b10d0090 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 27 Sep 2011 06:26:26 -0700 Subject: [PATCH] documentation/poky-ref-manual/ref-variables.xml: updates TCMODE and POKYMODE Noted that POKYMODE is no longer supported and provided link to TCMODE. Added richer description to TCMODE. (From yocto-docs rev: a7a326c2c8f4c5f29f3a9723a6895a7113a78357) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../poky-ref-manual/ref-variables.xml | 30 ++++++++++++------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 625cd3eb4b..2127455ed1 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -860,11 +860,9 @@ POKYMODE - The toolchain selector. - This variable has been replaced by TCMODE. - The POKYMODE would select the external toolchain - built from the Yocto Project or a few supported combinations of - upstream GCC or CodeSourcery Labs toolchain. + This variable is no longer supported and has been replaced by the + TCMODE variable. + @@ -1127,15 +1125,25 @@ TCMODE - The toolchain selector. - This variable replaces POKYMODE. + + The toolchain selector. + This variable replaces POKYMODE, which is no longer + supported. + + + 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. + + By default, TCMODE is set to "default", which - chooses tcmode-default.inc. - The variable is similar to TCLIBC, which controls the - libc used: eglibc or uclibc. - + chooses tcmode-default.inc. + The variable is similar to TCLIBC, which controls + the variant of the GNU standard C library (libc) + used during the build process: eglibc or uclibc. +