summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-09-05 10:35:19 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-11 09:36:07 +0100
commit83270f072222c08adb70017a1aec8cbda426a99a (patch)
tree55f9ec148d72029f184775a28bd727185a7a698c /documentation/ref-manual
parente29bae350776e0c91f92abeb9ee8418230fcf422 (diff)
downloadpoky-83270f072222c08adb70017a1aec8cbda426a99a.tar.gz
ref-manual: Updated TCLIBC variable.
Added "baremetal" as an argument. (From yocto-docs rev: 34cb39334d0af43f3c184adbfc53270def394154) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-variables.xml39
1 files changed, 20 insertions, 19 deletions
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"
14934 </glossdef> 14934 </glossdef>
14935 </glossentry> 14935 </glossentry>
14936 14936
14937 <glossentry id='var-TCLIBC'><glossterm>TCLIBC</glossterm>
14938 <info>
14939 TCLIBC[doc] = "Specifies GNU standard C library (libc) variant to use during the build process. You can select 'glibc', 'musl' or "newlib."
14940 </info>
14941 <glossdef>
14942 <para role="glossdeffirst">
14943<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
14944 Specifies the GNU standard C library
14945 (<filename>libc</filename>) variant to use during the
14946 build process.
14947 This variable replaces <filename>POKYLIBC</filename>,
14948 which is no longer supported.
14949 </para>
14950
14951 <para>
14952 You can select "glibc", "musl", "newlib", or "baremetal"
14953 </para>
14954 </glossdef>
14955 </glossentry>
14956
14937 <glossentry id='var-TCLIBCAPPEND'><glossterm>TCLIBCAPPEND</glossterm> 14957 <glossentry id='var-TCLIBCAPPEND'><glossterm>TCLIBCAPPEND</glossterm>
14938 <info> 14958 <info>
14939 TCLIBCAPPEND[doc] = "Specifies a suffix appended to TMPDIR that identifies the libc variant for the build." 14959 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"
14965 </glossdef> 14985 </glossdef>
14966 </glossentry> 14986 </glossentry>
14967 14987
14968 <glossentry id='var-TCLIBC'><glossterm>TCLIBC</glossterm>
14969 <info>
14970 TCLIBC[doc] = "Specifies GNU standard C library (libc) variant to use during the build process. You can select 'glibc' or 'musl'."
14971 </info>
14972 <glossdef>
14973 <para role="glossdeffirst">
14974<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
14975 Specifies the GNU standard C library (<filename>libc</filename>)
14976 variant to use during the build process.
14977 This variable replaces <filename>POKYLIBC</filename>, which is no longer
14978 supported.
14979 </para>
14980
14981 <para>
14982 You can select "glibc" or "musl".
14983 </para>
14984 </glossdef>
14985 </glossentry>
14986
14987 <glossentry id='var-TCMODE'><glossterm>TCMODE</glossterm> 14988 <glossentry id='var-TCMODE'><glossterm>TCMODE</glossterm>
14988 <info> 14989 <info>
14989 TCMODE[doc] = "Enables an external toolchain (where provided by an additional layer) if set to a value other than 'default'." 14990 TCMODE[doc] = "Enables an external toolchain (where provided by an additional layer) if set to a value other than 'default'."