summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-09-27 06:36:55 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-04 13:46:38 +0100
commitf0ea44612719df10fd8001fd5842d099f28f7815 (patch)
tree6d48c5d86416f614355c26b668e493b60e618de9 /documentation
parent225a20b39d82cc7a6e52a6868aebe19b13853eed (diff)
downloadpoky-f0ea44612719df10fd8001fd5842d099f28f7815.tar.gz
documentation/poky-ref-manual/ref-variables.xml: update TCLIBC and POKYLIBC
Changed the description of POKYLIBC to note the variable is not supported and provided a link to TCLIBC. I added the entry for TCLIBC, which was missing. (From yocto-docs rev: d76a1ddb79577a3e121df3d590fb601b5e5fbb98) 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.xml28
1 files changed, 23 insertions, 5 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 2127455ed1..d224ed9978 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -850,17 +850,17 @@
850 850
851 <glossentry id='var-POKYLIBC'><glossterm>POKYLIBC</glossterm> 851 <glossentry id='var-POKYLIBC'><glossterm>POKYLIBC</glossterm>
852 <glossdef> 852 <glossdef>
853 <para>The <filename>libc</filename> implementation selector. 853 <para>
854 You can select <filename>eglibc</filename> or <filename>uclibc</filename>. 854 This variable is no longer supported and has been replaced by the
855 <note>This release of the Yocto Project does not support the 855 <link linkend='var-TCLIBC'><filename>TCLIBC</filename></link> variable.
856 <filename>glibc</filename> implementation of <filename>libc</filename>.</note>
857 </para> 856 </para>
858 </glossdef> 857 </glossdef>
859 </glossentry> 858 </glossentry>
860 859
861 <glossentry id='var-POKYMODE'><glossterm>POKYMODE</glossterm> 860 <glossentry id='var-POKYMODE'><glossterm>POKYMODE</glossterm>
862 <glossdef> 861 <glossdef>
863 <para>This variable is no longer supported and has been replaced by the 862 <para>
863 This variable is no longer supported and has been replaced by the
864 <link linkend='var-TCMODE'><filename>TCMODE</filename></link> variable. 864 <link linkend='var-TCMODE'><filename>TCMODE</filename></link> variable.
865 </para> 865 </para>
866 </glossdef> 866 </glossdef>
@@ -1123,6 +1123,24 @@
1123 </glossdef> 1123 </glossdef>
1124 </glossentry> 1124 </glossentry>
1125 1125
1126 <glossentry id='var-TCLIBC'><glossterm>TCLIBC</glossterm>
1127 <glossdef>
1128 <para>
1129 Specifies which variant of the GNU standard C library (<filename>libc</filename>)
1130 to use during the build process.
1131 This variable replaces <filename>POKYLIBC</filename>, which is no longer
1132 supported.
1133 </para>
1134 <para>
1135 You can select <filename>eglibc</filename> or <filename>uclibc</filename>.
1136 <note>
1137 This release of the Yocto Project does not support the
1138 <filename>glibc</filename> implementation of <filename>libc</filename>.
1139 </note>
1140 </para>
1141 </glossdef>
1142 </glossentry>
1143
1126 <glossentry id='var-TCMODE'><glossterm>TCMODE</glossterm> 1144 <glossentry id='var-TCMODE'><glossterm>TCMODE</glossterm>
1127 <glossdef> 1145 <glossdef>
1128 <para> 1146 <para>