From 83270f072222c08adb70017a1aec8cbda426a99a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 5 Sep 2018 10:35:19 -0700 Subject: 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 --- documentation/ref-manual/ref-variables.xml | 39 +++++++++++++++--------------- 1 file changed, 20 insertions(+), 19 deletions(-) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 80055d5f8a..05487cf83f 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'." -- cgit v1.2.3-54-g00ecf