Message ID | 20220202093441.35141-1-michael.opdenacker@bootlin.com |
---|---|
State | New |
Headers | show |
Series | ref-manual: update TCLIBC description | expand |
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index d4f40b6929..998e129d07 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -7789,10 +7789,9 @@ system and gives an overview of their function and contents. :term:`TCLIBC` Specifies the GNU standard C library (``libc``) variant to use during - the build process. This variable replaces ``POKYLIBC``, which is no - longer supported. + the build process. - You can select "glibc", "musl", "newlib", or "baremetal" + You can select "glibc", "musl", "newlib", or "baremetal". :term:`TCLIBCAPPEND` Specifies a suffix to be appended onto the
Stop mentioning the long gone POKYLIBC variable and fix punctuation Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> --- documentation/ref-manual/variables.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)