From a0e0bdcd880502007586073743e28da781fe8275 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sun, 28 Sep 2014 18:26:27 +0200 Subject: [PATCH] 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" Cc: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- docs/manual/adding-packages-directory.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/adding-packages-directory.txt b/docs/manual/adding-packages-directory.txt index fd9460caa..c145829fc 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++`