From ff1743ee6d579f8916a46b101b2221917b1343e0 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 8 Jun 2016 23:40:55 +0200 Subject: [PATCH] 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 Reviewed-by: Romain Naour Acked-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- docs/manual/configure.txt | 4 ++-- 1 file 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: -- 2.30.2