diff options
author | Baruch Siach <baruch@tkos.co.il> | 2017-06-16 06:32:46 +0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-20 22:10:42 +0200 |
commit | e251bdbe8d3efac1c6397d8896d415b5e59e394b (patch) | |
tree | bfbaa54fef530e29460087afa1ca868a79bfde7e | |
parent | b3998dc00ff26c4848b4439ba301502faf8f1995 (diff) | |
download | buildroot-e251bdbe8d3efac1c6397d8896d415b5e59e394b.tar.gz buildroot-e251bdbe8d3efac1c6397d8896d415b5e59e394b.zip |
docs/manual: update external toolchain advantages list
Buildroot can build non-uClibc toolchains internally for quite some time now.
Update the manual text.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | docs/manual/configure.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/manual/configure.txt b/docs/manual/configure.txt index 0739bc7c8c..945f5b11b7 100644 --- a/docs/manual/configure.txt +++ b/docs/manual/configure.txt @@ -221,8 +221,6 @@ Advantages of this backend: often very significant in the overall build time of an embedded Linux system. -* Not limited to uClibc: glibc and eglibc toolchains are supported. - Drawbacks of this backend: * If your pre-built external toolchain has a bug, may be hard to get a |