diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2013-11-11 22:46:13 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-11-11 22:46:13 +0100 |
commit | 439f48736b35e59262d97078ad904dbe3ef51f46 (patch) | |
tree | e220f470f51ab941183bea7733f40134819b4793 | |
parent | 86a48c33b0f5cf7376c1fa1758ad1de5ec75380f (diff) | |
download | buildroot-439f48736b35e59262d97078ad904dbe3ef51f46.tar.gz buildroot-439f48736b35e59262d97078ad904dbe3ef51f46.zip |
docs/about.html: we support internal (e)glibc toolchains as well now
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | docs/about.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/about.html b/docs/about.html index bf78db3383..ae409fc36c 100644 --- a/docs/about.html +++ b/docs/about.html @@ -45,8 +45,8 @@ cross-compilation process.</p> filesystem image: JFFS2, UBIFS, tarballs, romfs, cramfs, squashfs and more.</li> - <li>Can generate an uClibc cross-compilation toolchain, or re-use - your existing glibc, eglibc or uClibc cross-compilation + <li>Can generate an (e)glibc or uClibc cross-compilation toolchain, + or re-use your existing glibc, eglibc or uClibc cross-compilation toolchain</li> <li>Has a <b>simple structure</b> that makes it easy to understand |