diff options
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index a696ee4e66..807e24251f 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -4892,9 +4892,9 @@ | |||
4892 | is normally the same as the | 4892 | is normally the same as the |
4893 | <link linkend='var-TARGET_OS'><filename>TARGET_OS</filename></link>. | 4893 | <link linkend='var-TARGET_OS'><filename>TARGET_OS</filename></link>. |
4894 | The variable can be set to "linux" for <filename>glibc</filename>-based systems and | 4894 | The variable can be set to "linux" for <filename>glibc</filename>-based systems and |
4895 | to "linux-uclibc" for <filename>uclibc</filename>. | 4895 | to "linux-musl" for <filename>musl</filename>. |
4896 | For ARM/EABI targets, there are also "linux-gnueabi" and | 4896 | For ARM/EABI targets, there are also "linux-gnueabi" and |
4897 | "linux-uclibc-gnueabi" values possible. | 4897 | "linux-musleabi" values possible. |
4898 | </para> | 4898 | </para> |
4899 | </glossdef> | 4899 | </glossdef> |
4900 | </glossentry> | 4900 | </glossentry> |
@@ -13770,9 +13770,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
13770 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | 13770 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> |
13771 | Specifies the target's operating system. | 13771 | Specifies the target's operating system. |
13772 | The variable can be set to "linux" for <filename>glibc</filename>-based systems and | 13772 | The variable can be set to "linux" for <filename>glibc</filename>-based systems and |
13773 | to "linux-uclibc" for <filename>uclibc</filename>. | 13773 | to "linux-musl" for <filename>musl</filename>. |
13774 | For ARM/EABI targets, there are also "linux-gnueabi" and | 13774 | For ARM/EABI targets, there are also "linux-gnueabi" and |
13775 | "linux-uclibc-gnueabi" values possible. | 13775 | "linux-musleabi" values possible. |
13776 | </para> | 13776 | </para> |
13777 | </glossdef> | 13777 | </glossdef> |
13778 | </glossentry> | 13778 | </glossentry> |
@@ -13901,7 +13901,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
13901 | 13901 | ||
13902 | <glossentry id='var-TCLIBC'><glossterm>TCLIBC</glossterm> | 13902 | <glossentry id='var-TCLIBC'><glossterm>TCLIBC</glossterm> |
13903 | <info> | 13903 | <info> |
13904 | TCLIBC[doc] = "Specifies GNU standard C library (libc) variant to use during the build process. You can select 'glibc' or 'uclibc'." | 13904 | TCLIBC[doc] = "Specifies GNU standard C library (libc) variant to use during the build process. You can select 'glibc' or 'musl'." |
13905 | </info> | 13905 | </info> |
13906 | <glossdef> | 13906 | <glossdef> |
13907 | <para role="glossdeffirst"> | 13907 | <para role="glossdeffirst"> |
@@ -13913,7 +13913,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
13913 | </para> | 13913 | </para> |
13914 | 13914 | ||
13915 | <para> | 13915 | <para> |
13916 | You can select "glibc" or "uclibc". | 13916 | You can select "glibc" or "musl". |
13917 | </para> | 13917 | </para> |
13918 | </glossdef> | 13918 | </glossdef> |
13919 | </glossentry> | 13919 | </glossentry> |
@@ -13952,7 +13952,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
13952 | <link linkend='var-TCLIBC'><filename>TCLIBC</filename></link>, | 13952 | <link linkend='var-TCLIBC'><filename>TCLIBC</filename></link>, |
13953 | which controls the variant of the GNU standard C library | 13953 | which controls the variant of the GNU standard C library |
13954 | (<filename>libc</filename>) used during the build process: | 13954 | (<filename>libc</filename>) used during the build process: |
13955 | <filename>glibc</filename> or <filename>uclibc</filename>. | 13955 | <filename>glibc</filename> or <filename>musl</filename>. |
13956 | </para> | 13956 | </para> |
13957 | 13957 | ||
13958 | <para> | 13958 | <para> |