]> Git Repo - buildroot-mgba.git/commitdiff
docs/manual: add musl to toolchain dependency options
authorYann E. MORIN <[email protected]>
Sun, 28 Sep 2014 16:26:27 +0000 (18:26 +0200)
committerPeter Korsgaard <[email protected]>
Sun, 28 Sep 2014 21:17:21 +0000 (23:17 +0200)
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" <[email protected]>
Cc: Thomas Petazzoni <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
docs/manual/adding-packages-directory.txt

index fd9460caa1add1131a0739ace539aef180fd4ab4..c145829fcbb634ae9bd7df6b2008794796e13f5e 100644 (file)
@@ -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++`
This page took 0.030412 seconds and 4 git commands to generate.