summaryrefslogtreecommitdiff
path: root/docs/configure.txt
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-10-11 17:18:57 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-10-11 17:18:57 +0200
commitcaf7cf1a9ceb76481bea92282e886cce420b07ff (patch)
tree452028468d49e94d20b5c7cdffad1065a98f52ce /docs/configure.txt
parent0bdeb3a8e7a5bf05dee49a8cf42701a51927ec15 (diff)
remove already disabled uClibc support, fix wrong PKG_LIBC_DEPENDS
Diffstat (limited to 'docs/configure.txt')
-rw-r--r--docs/configure.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/configure.txt b/docs/configure.txt
index 5dd4690fb..3726478c1 100644
--- a/docs/configure.txt
+++ b/docs/configure.txt
@@ -38,9 +38,8 @@ target system uses ARM, the regular compilation toolchain on your host
runs on x86 and generates code for x86, while the cross-compilation
toolchain runs on x86 and generates code for ARM.
-You can choose between four C libraries:
+You can choose between three C libraries:
http://www.uclibc-ng.org[uClibc-ng],
-http://www.uclibc.org[uClibc],
http://www.gnu.org/software/libc/libc.html[glibc] and
http://www.musl-libc.org[musl].