summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-09-27 06:26:26 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-04 13:46:38 +0100
commit225a20b39d82cc7a6e52a6868aebe19b13853eed (patch)
tree414350f391b07fce835c9224e2af34aa945ac27c /documentation
parent78ddcae27ff474ffc9867a15851734852f74db4c (diff)
downloadpoky-225a20b39d82cc7a6e52a6868aebe19b13853eed.tar.gz
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 <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.xml30
1 files 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 @@
860 860
861 <glossentry id='var-POKYMODE'><glossterm>POKYMODE</glossterm> 861 <glossentry id='var-POKYMODE'><glossterm>POKYMODE</glossterm>
862 <glossdef> 862 <glossdef>
863 <para>The toolchain selector. 863 <para>This variable is no longer supported and has been replaced by the
864 This variable has been replaced by <filename>TCMODE</filename>. 864 <link linkend='var-TCMODE'><filename>TCMODE</filename></link> variable.
865 The <filename>POKYMODE</filename> would select the external toolchain 865 </para>
866 built from the Yocto Project or a few supported combinations of
867 upstream GCC or CodeSourcery Labs toolchain.</para>
868 </glossdef> 866 </glossdef>
869 </glossentry> 867 </glossentry>
870 868
@@ -1127,15 +1125,25 @@
1127 1125
1128 <glossentry id='var-TCMODE'><glossterm>TCMODE</glossterm> 1126 <glossentry id='var-TCMODE'><glossterm>TCMODE</glossterm>
1129 <glossdef> 1127 <glossdef>
1130 <para>The toolchain selector. 1128 <para>
1131 This variable replaces <filename>POKYMODE</filename>. 1129 The toolchain selector.
1130 This variable replaces <filename>POKYMODE</filename>, which is no longer
1131 supported.
1132 </para>
1133 <para>
1134 The <filename>TCMODE</filename> variable selects the external toolchain
1135 built from the Yocto Project or a few supported combinations of
1136 the upstream GCC or CodeSourcery Labs toolchain.
1132 The variable determines which of the files in 1137 The variable determines which of the files in
1133 <filename>meta/conf/distro/include/tcmode-*</filename> is used. 1138 <filename>meta/conf/distro/include/tcmode-*</filename> is used.
1139 </para>
1140 <para>
1134 By default, <filename>TCMODE</filename> is set to "default", which 1141 By default, <filename>TCMODE</filename> is set to "default", which
1135 chooses <filename>tcmode-default.inc</filename>.</para> 1142 chooses <filename>tcmode-default.inc</filename>.
1136 <para>The variable is similar to <filename>TCLIBC</filename>, which controls the 1143 The variable is similar to <filename>TCLIBC</filename>, which controls
1137 <filename>libc</filename> used: <filename>eglibc</filename> or <filename>uclibc</filename>. 1144 the variant of the GNU standard C library (<filename>libc</filename>)
1138 </para> 1145 used during the build process: <filename>eglibc</filename> or <filename>uclibc</filename>.
1146 </para>
1139 </glossdef> 1147 </glossdef>
1140 </glossentry> 1148 </glossentry>
1141 1149