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 @@ POKYLIBC - The libc implementation selector. - You can select eglibc or uclibc. - This release of the Yocto Project does not support the - glibc implementation of libc. + + This variable is no longer supported and has been replaced by the + TCLIBC variable. POKYMODE - This variable is no longer supported and has been replaced by the + + This variable is no longer supported and has been replaced by the TCMODE variable. @@ -1123,6 +1123,24 @@ + TCLIBC + + + Specifies which variant of the GNU standard C library (libc) + to use during the build process. + This variable replaces POKYLIBC, which is no longer + supported. + + + You can select eglibc or uclibc. + + This release of the Yocto Project does not support the + glibc implementation of libc. + + + + + TCMODE