diff options
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 28 |
1 files changed, 23 insertions, 5 deletions
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 @@ | |||
850 | 850 | ||
851 | <glossentry id='var-POKYLIBC'><glossterm>POKYLIBC</glossterm> | 851 | <glossentry id='var-POKYLIBC'><glossterm>POKYLIBC</glossterm> |
852 | <glossdef> | 852 | <glossdef> |
853 | <para>The <filename>libc</filename> implementation selector. | 853 | <para> |
854 | You can select <filename>eglibc</filename> or <filename>uclibc</filename>. | 854 | This variable is no longer supported and has been replaced by the |
855 | <note>This release of the Yocto Project does not support the | 855 | <link linkend='var-TCLIBC'><filename>TCLIBC</filename></link> variable. |
856 | <filename>glibc</filename> implementation of <filename>libc</filename>.</note> | ||
857 | </para> | 856 | </para> |
858 | </glossdef> | 857 | </glossdef> |
859 | </glossentry> | 858 | </glossentry> |
860 | 859 | ||
861 | <glossentry id='var-POKYMODE'><glossterm>POKYMODE</glossterm> | 860 | <glossentry id='var-POKYMODE'><glossterm>POKYMODE</glossterm> |
862 | <glossdef> | 861 | <glossdef> |
863 | <para>This variable is no longer supported and has been replaced by the | 862 | <para> |
863 | This variable is no longer supported and has been replaced by the | ||
864 | <link linkend='var-TCMODE'><filename>TCMODE</filename></link> variable. | 864 | <link linkend='var-TCMODE'><filename>TCMODE</filename></link> variable. |
865 | </para> | 865 | </para> |
866 | </glossdef> | 866 | </glossdef> |
@@ -1123,6 +1123,24 @@ | |||
1123 | </glossdef> | 1123 | </glossdef> |
1124 | </glossentry> | 1124 | </glossentry> |
1125 | 1125 | ||
1126 | <glossentry id='var-TCLIBC'><glossterm>TCLIBC</glossterm> | ||
1127 | <glossdef> | ||
1128 | <para> | ||
1129 | Specifies which variant of the GNU standard C library (<filename>libc</filename>) | ||
1130 | to use during the build process. | ||
1131 | This variable replaces <filename>POKYLIBC</filename>, which is no longer | ||
1132 | supported. | ||
1133 | </para> | ||
1134 | <para> | ||
1135 | You can select <filename>eglibc</filename> or <filename>uclibc</filename>. | ||
1136 | <note> | ||
1137 | This release of the Yocto Project does not support the | ||
1138 | <filename>glibc</filename> implementation of <filename>libc</filename>. | ||
1139 | </note> | ||
1140 | </para> | ||
1141 | </glossdef> | ||
1142 | </glossentry> | ||
1143 | |||
1126 | <glossentry id='var-TCMODE'><glossterm>TCMODE</glossterm> | 1144 | <glossentry id='var-TCMODE'><glossterm>TCMODE</glossterm> |
1127 | <glossdef> | 1145 | <glossdef> |
1128 | <para> | 1146 | <para> |