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 e4517dda52..56e99cfbb4 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -5133,9 +5133,9 @@ | |||
5133 | is normally the same as the | 5133 | is normally the same as the |
5134 | <link linkend='var-TARGET_OS'><filename>TARGET_OS</filename></link>. | 5134 | <link linkend='var-TARGET_OS'><filename>TARGET_OS</filename></link>. |
5135 | The variable can be set to "linux" for <filename>glibc</filename>-based systems and | 5135 | The variable can be set to "linux" for <filename>glibc</filename>-based systems and |
5136 | to "linux-uclibc" for <filename>uclibc</filename>. | 5136 | to "linux-musl" for <filename>musl</filename>. |
5137 | For ARM/EABI targets, there are also "linux-gnueabi" and | 5137 | For ARM/EABI targets, there are also "linux-gnueabi" and |
5138 | "linux-uclibc-gnueabi" values possible. | 5138 | "linux-musleabi" values possible. |
5139 | </para> | 5139 | </para> |
5140 | </glossdef> | 5140 | </glossdef> |
5141 | </glossentry> | 5141 | </glossentry> |
@@ -14155,9 +14155,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
14155 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | 14155 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> |
14156 | Specifies the target's operating system. | 14156 | Specifies the target's operating system. |
14157 | The variable can be set to "linux" for <filename>glibc</filename>-based systems and | 14157 | The variable can be set to "linux" for <filename>glibc</filename>-based systems and |
14158 | to "linux-uclibc" for <filename>uclibc</filename>. | 14158 | to "linux-musl" for <filename>musl</filename>. |
14159 | For ARM/EABI targets, there are also "linux-gnueabi" and | 14159 | For ARM/EABI targets, there are also "linux-gnueabi" and |
14160 | "linux-uclibc-gnueabi" values possible. | 14160 | "linux-musleabi" values possible. |
14161 | </para> | 14161 | </para> |
14162 | </glossdef> | 14162 | </glossdef> |
14163 | </glossentry> | 14163 | </glossentry> |
@@ -14286,7 +14286,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
14286 | 14286 | ||
14287 | <glossentry id='var-TCLIBC'><glossterm>TCLIBC</glossterm> | 14287 | <glossentry id='var-TCLIBC'><glossterm>TCLIBC</glossterm> |
14288 | <info> | 14288 | <info> |
14289 | TCLIBC[doc] = "Specifies GNU standard C library (libc) variant to use during the build process. You can select 'glibc' or 'uclibc'." | 14289 | TCLIBC[doc] = "Specifies GNU standard C library (libc) variant to use during the build process. You can select 'glibc' or 'musl'." |
14290 | </info> | 14290 | </info> |
14291 | <glossdef> | 14291 | <glossdef> |
14292 | <para role="glossdeffirst"> | 14292 | <para role="glossdeffirst"> |
@@ -14298,7 +14298,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
14298 | </para> | 14298 | </para> |
14299 | 14299 | ||
14300 | <para> | 14300 | <para> |
14301 | You can select "glibc" or "uclibc". | 14301 | You can select "glibc" or "musl". |
14302 | </para> | 14302 | </para> |
14303 | </glossdef> | 14303 | </glossdef> |
14304 | </glossentry> | 14304 | </glossentry> |
@@ -14337,7 +14337,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
14337 | <link linkend='var-TCLIBC'><filename>TCLIBC</filename></link>, | 14337 | <link linkend='var-TCLIBC'><filename>TCLIBC</filename></link>, |
14338 | which controls the variant of the GNU standard C library | 14338 | which controls the variant of the GNU standard C library |
14339 | (<filename>libc</filename>) used during the build process: | 14339 | (<filename>libc</filename>) used during the build process: |
14340 | <filename>glibc</filename> or <filename>uclibc</filename>. | 14340 | <filename>glibc</filename> or <filename>musl</filename>. |
14341 | </para> | 14341 | </para> |
14342 | 14342 | ||
14343 | <para> | 14343 | <para> |