]> code.ossystems Code Review - openembedded-core.git/commitdiff
documentation: Add newlib to TCLIBC's [doc] entry
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Nov 2018 15:44:12 +0000 (15:44 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Nov 2018 16:14:43 +0000 (16:14 +0000)
TCBLIC can be set to 'newlib' now, document this.

[YOCTO #13032]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/documentation.conf

index fc6d008807bdb8ab296d28229baa2ab4e92c6be0..4d2a707563dd0b5e4b845204932df2783f701213 100644 (file)
@@ -413,7 +413,7 @@ TARGET_FPU[doc] = "Specifies the method for handling FPU code. For FPU-less targ
 TARGET_OS[doc] = "Specifies the target's operating system."
 TARGET_PREFIX[doc] = "The prefix for the cross-compile toolchain (e.g. arm-linux-)."
 TARGET_SYS[doc] = "The target system is comprised of TARGET_ARCH,TARGET_VENDOR and TARGET_OS."
-TCLIBC[doc] = "Specifies C library (libc) variant to use during the build process. You can select 'baremetal', 'glibc' or 'musl'."
+TCLIBC[doc] = "Specifies C library (libc) variant to use during the build process. You can select 'baremetal', 'glibc', 'musl' or 'newlib'."
 TCMODE[doc] = "Enables an external toolchain (where provided by an additional layer) if set to a value other than 'default'."
 TESTIMAGE_AUTO[doc] = "Enables test booting of virtual machine images under the QEMU emulator after any root filesystems are created and runs tests against those images each time an image is built."
 TEST_QEMUBOOT_TIMEOUT[doc] = "The time in seconds allowed for an image to boot before automated runtime tests begin to run against an image."