diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-06-08 23:40:55 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-06-28 22:24:10 +0200 |
commit | ff1743ee6d579f8916a46b101b2221917b1343e0 (patch) | |
tree | deb9df93297783d1cf914b0edb122092c6a88ac1 /docs/manual | |
parent | 416fd9cd13ae4fbad0d4499ca2ce90447603a4e1 (diff) | |
download | buildroot-ff1743ee6d579f8916a46b101b2221917b1343e0.tar.gz buildroot-ff1743ee6d579f8916a46b101b2221917b1343e0.zip |
docs/manual: don't mention eglibc, mention musl
Following the removal of eglibc, it no longer makes sense to talk about
it in the Buildroot manual as one of the supported C libraries. However,
it does make sense to indicate that we support musl.
[Peter: remove extra 'the' as suggested by Yann]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Romain Naour <romain.naour@gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/configure.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/configure.txt b/docs/manual/configure.txt index 44f5d244d4..0cd9f826f3 100644 --- a/docs/manual/configure.txt +++ b/docs/manual/configure.txt @@ -81,9 +81,9 @@ by itself a cross-compilation toolchain, before building the userspace applications and libraries for your target embedded system. This backend supports several C libraries: -http://www.uclibc.org[uClibc], the +http://www.uclibc.org[uClibc], http://www.gnu.org/software/libc/libc.html[glibc] and -http://www.eglibc.org[eglibc]. +http://www.musl-libc.org[musl]. Once you have selected this backend, a number of options appear. The most important ones allow to: |