diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-10-14 11:29:04 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-10-14 16:49:35 +0200 |
commit | 3aa01695eabb9183ffb804337924a7bd649be9ec (patch) | |
tree | 43dcce3383a5d3a61fcdbd06d2937d06ffef5602 | |
parent | 64ace94d4ab30aad2d8dcae61abd2beebe00b226 (diff) | |
download | buildroot-3aa01695eabb9183ffb804337924a7bd649be9ec.tar.gz buildroot-3aa01695eabb9183ffb804337924a7bd649be9ec.zip |
docs: update URL to uClibc-ng homepage
It is not necessary to update all mentioning of uClibc, but
at least we should point to the right homepage of the used
project.
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-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 0cd9f826f3..0739bc7c8c 100644 --- a/docs/manual/configure.txt +++ b/docs/manual/configure.txt @@ -31,7 +31,7 @@ code for your system. It consists of a compiler (in our case, +gcc+), binary utils like assembler and linker (in our case, +binutils+) and a C standard library (for example http://www.gnu.org/software/libc/libc.html[GNU Libc], -http://www.uclibc.org/[uClibc]). +http://www.uclibc-ng.org/[uClibc-ng]). The system installed on your development station certainly already has a compilation toolchain that you can use to compile an application @@ -81,7 +81,7 @@ 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], +http://www.uclibc-ng.org[uClibc-ng], http://www.gnu.org/software/libc/libc.html[glibc] and http://www.musl-libc.org[musl]. |