summaryrefslogtreecommitdiffstats
path: root/docs/manual/adding-packages-directory.txt
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2014-09-28 18:26:27 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-09-28 23:17:21 +0200
commita0e0bdcd880502007586073743e28da781fe8275 (patch)
treecdec9f8e4287d0e3209440295183e76ad3c02144 /docs/manual/adding-packages-directory.txt
parent8c51c31de78d3b3721dd7c7d11c4f0bce3a43206 (diff)
downloadbuildroot-a0e0bdcd880502007586073743e28da781fe8275.tar.gz
buildroot-a0e0bdcd880502007586073743e28da781fe8275.zip
docs/manual: add musl to toolchain dependency options
Currently, we only document (e)glibc and uClibc as C libraries on which we can depend. However, we've supported musl for quite some time now. So, also refference it in the manual, when dealing with toolchain options a package may have to depend on. [Peter: order musl before uClibc] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual/adding-packages-directory.txt')
-rw-r--r--docs/manual/adding-packages-directory.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/adding-packages-directory.txt b/docs/manual/adding-packages-directory.txt
index fd9460caa1..c145829fcb 100644
--- a/docs/manual/adding-packages-directory.txt
+++ b/docs/manual/adding-packages-directory.txt
@@ -232,7 +232,7 @@ use in the comment.
* C library
** Dependency symbol: +BR2_TOOLCHAIN_USES_GLIBC+,
- +BR2_TOOLCHAIN_USES_UCLIBC+
+ +BR2_TOOLCHAIN_USES_MUSL+, +BR2_TOOLCHAIN_USES_UCLIBC+
** Comment string: for the C library, a slightly different comment text
is used: +foo needs an (e)glibc toolchain+, or `foo needs an (e)glibc
toolchain w/ C++`
OpenPOWER on IntegriCloud