From: Scott Rifenbark Date: Wed, 5 Sep 2018 17:35:19 +0000 (-0700) Subject: ref-manual: Updated TCLIBC variable. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=83270f072222c08adb70017a1aec8cbda426a99a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Updated TCLIBC variable. Added "baremetal" as an argument. (From yocto-docs rev: 34cb39334d0af43f3c184adbfc53270def394154) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 80055d5f8af..05487cf83f6 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -14934,6 +14934,26 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + TCLIBC + + TCLIBC[doc] = "Specifies GNU standard C library (libc) variant to use during the build process. You can select 'glibc', 'musl' or "newlib." + + + + + Specifies the GNU standard C library + (libc) variant to use during the + build process. + This variable replaces POKYLIBC, + which is no longer supported. + + + + You can select "glibc", "musl", "newlib", or "baremetal" + + + + TCLIBCAPPEND TCLIBCAPPEND[doc] = "Specifies a suffix appended to TMPDIR that identifies the libc variant for the build." @@ -14965,25 +14985,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TCLIBC - - TCLIBC[doc] = "Specifies GNU standard C library (libc) variant to use during the build process. You can select 'glibc' or 'musl'." - - - - - Specifies the GNU standard C library (libc) - variant to use during the build process. - This variable replaces POKYLIBC, which is no longer - supported. - - - - You can select "glibc" or "musl". - - - - TCMODE TCMODE[doc] = "Enables an external toolchain (where provided by an additional layer) if set to a value other than 'default'."