diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-01-09 18:45:22 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-21 21:58:00 +0000 |
commit | c113777087cd64992a5b7d6d4607190ecc401411 (patch) | |
tree | 38394b0617483c28840ad8083d686751342ac028 | |
parent | f0dff1123b17392385ca333af2f50e441f6ef2c4 (diff) | |
download | poky-c113777087cd64992a5b7d6d4607190ecc401411.tar.gz |
ref-manual: Edits to TCLIBC variable.
Some minor changes.
(From yocto-docs rev: e545ee26e7e6c827c5ee6d7061f01eda58c9c82b)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 6 |
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>. |