summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2024-10-09 09:41:08 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-10-11 17:04:54 +0100
commitd2f0e50f30ee89890254976b352a56320604d92f (patch)
treef3e568829918f84622cc8f157d1a47234d31bcc5 /documentation
parent2f96b4eb928bb77b99b63b936719f9291959dc4b (diff)
downloadpoky-d2f0e50f30ee89890254976b352a56320604d92f.tar.gz
ref-manual: drop TCLIBCAPPEND variable
No longer required as TMPDIR can be shared for multiple lib providers nowadays. (From yocto-docs rev: 6690c0aee9e7f0dcc63ccbe19657b78963240610) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst13
1 files changed, 0 insertions, 13 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 206e758336..5f4ef02510 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -9031,19 +9031,6 @@ system and gives an overview of their function and contents.
9031 9031
9032 You can select "glibc", "musl", "newlib", or "baremetal". 9032 You can select "glibc", "musl", "newlib", or "baremetal".
9033 9033
9034 :term:`TCLIBCAPPEND`
9035 Specifies a suffix to be appended onto the :term:`TMPDIR` value. The
9036 suffix identifies the ``libc`` variant for building. When you are
9037 building for multiple variants with the same :term:`Build Directory`,
9038 this mechanism ensures that output for different ``libc`` variants is
9039 kept separate to avoid potential conflicts.
9040
9041 In the ``defaultsetup.conf`` file, the default value of
9042 :term:`TCLIBCAPPEND` is "-${TCLIBC}". However, distros such as poky,
9043 which normally only support one ``libc`` variant, set
9044 :term:`TCLIBCAPPEND` to "" in their distro configuration file resulting
9045 in no suffix being applied.
9046
9047 :term:`TCMODE` 9034 :term:`TCMODE`
9048 Specifies the toolchain selector. :term:`TCMODE` controls the 9035 Specifies the toolchain selector. :term:`TCMODE` controls the
9049 characteristics of the generated packages and images by telling the 9036 characteristics of the generated packages and images by telling the