diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-02-02 10:31:02 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-18 17:58:02 +0000 |
commit | 44070259964907f68575573d7b7d4d3d309a4425 (patch) | |
tree | 323d629a92516ea1226bde8d5a1e2b66d0e567fb | |
parent | 552ff6e3d5f96834e6b3a8881154636dab54a62e (diff) | |
download | poky-44070259964907f68575573d7b7d4d3d309a4425.tar.gz |
ref-manual: update TCLIBC description
Stop mentioning the long gone POKYLIBC variable and fix punctuation
(From yocto-docs rev: d90be3bbfd45317ce07d1715af3d65ffb1e24ac7)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/variables.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index caa9713935..34d2ba6b4d 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -7806,10 +7806,9 @@ system and gives an overview of their function and contents. | |||
7806 | 7806 | ||
7807 | :term:`TCLIBC` | 7807 | :term:`TCLIBC` |
7808 | Specifies the GNU standard C library (``libc``) variant to use during | 7808 | Specifies the GNU standard C library (``libc``) variant to use during |
7809 | the build process. This variable replaces ``POKYLIBC``, which is no | 7809 | the build process. |
7810 | longer supported. | ||
7811 | 7810 | ||
7812 | You can select "glibc", "musl", "newlib", or "baremetal" | 7811 | You can select "glibc", "musl", "newlib", or "baremetal". |
7813 | 7812 | ||
7814 | :term:`TCLIBCAPPEND` | 7813 | :term:`TCLIBCAPPEND` |
7815 | Specifies a suffix to be appended onto the | 7814 | Specifies a suffix to be appended onto the |