summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-variables.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index b61d17c2c1..d6c4a76a2b 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -6662,13 +6662,13 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6662 <glossentry id='var-TCLIBC'><glossterm>TCLIBC</glossterm> 6662 <glossentry id='var-TCLIBC'><glossterm>TCLIBC</glossterm>
6663 <glossdef> 6663 <glossdef>
6664 <para> 6664 <para>
6665 Specifies which variant of the GNU standard C library (<filename>libc</filename>) 6665 Specifies the GNU standard C library (<filename>libc</filename>)
6666 to use during the build process. 6666 variant to use during the build process.
6667 This variable replaces <filename>POKYLIBC</filename>, which is no longer 6667 This variable replaces <filename>POKYLIBC</filename>, which is no longer
6668 supported. 6668 supported.
6669 </para> 6669 </para>
6670 <para> 6670 <para>
6671 You can select <filename>eglibc</filename> or <filename>uclibc</filename>. 6671 You can select "eglibc" or "uclibc".
6672 <note> 6672 <note>
6673 This release of the Yocto Project does not support the 6673 This release of the Yocto Project does not support the
6674 <filename>glibc</filename> implementation of <filename>libc</filename>. 6674 <filename>glibc</filename> implementation of <filename>libc</filename>.