diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-11-24 12:04:03 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-11-24 12:04:03 +0100 |
commit | 5cf1ce9b62f11715fcee1883aef19ccb685cab5a (patch) | |
tree | 3cc58a406080e9ccd4d8401627444f7aab2fdf93 | |
parent | 6e2a35c9d484bdea1d7494c2569336a3a3af3816 (diff) | |
download | buildroot-novena-5cf1ce9b62f11715fcee1883aef19ccb685cab5a.tar.gz buildroot-novena-5cf1ce9b62f11715fcee1883aef19ccb685cab5a.zip |
documentation: Mention which external toolchains we tested
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | docs/buildroot.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/buildroot.html b/docs/buildroot.html index aed385694..9ea037417 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -748,11 +748,12 @@ endif correspond to your cross-compiling tools</li> </ul> - <p>To generate external toolchains, we recommend using - <a href="http://ymorin.is-a-geek.org/dokuwiki/projects/crosstool">Crosstool-NG</a>. - It allows generating toolchains based on <i>uClibc</i>, <i>glibc</i> - and <i>eglibc</i> for a wide range of architectures and has good - community support.</p> + <p>Our external toolchain support has been tested with toolchains + from CodeSourcery, toolchains generated + by <a href="http://ymorin.is-a-geek.org/dokuwiki/projects/crosstool">Crosstool-NG</a>, + and toolchains generated by Buildroot itself. In general, all + toolchains that support the <i>sysroot</i> feature should + work. If not, do not hesitate to contact the developers.</p> <h2 id="add_packages">Adding new packages to Buildroot</h2> |