diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-11-24 12:05:52 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-11-24 16:34:26 +0100 |
commit | a88ba3eee0be79a45829b9d98b3c9bf3a93bcea4 (patch) | |
tree | b7be939f1d560fb7591256cc93ce239d306e5193 /docs/buildroot.html | |
parent | 5cf1ce9b62f11715fcee1883aef19ccb685cab5a (diff) | |
download | buildroot-novena-a88ba3eee0be79a45829b9d98b3c9bf3a93bcea4.tar.gz buildroot-novena-a88ba3eee0be79a45829b9d98b3c9bf3a93bcea4.zip |
documentation: Reword introduction about external toolchains
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/buildroot.html')
-rw-r--r-- | docs/buildroot.html | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/docs/buildroot.html b/docs/buildroot.html index 9ea037417..0115f00f4 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -715,13 +715,22 @@ endif <h2 id="external_toolchain">Using an external toolchain</h2> - <p>It might be useful not to use the toolchain generated by - Buildroot, for example if you already have a toolchain that is known - to work for your specific CPU, or if the toolchain generation feature - of Buildroot is not sufficiently flexible for you (for example if you - need to generate a system with <i>glibc</i> instead of - <i>uClibc</i>). Buildroot supports using an <i>external - toolchain</i>.</p> + <p>Using an already existing toolchain is useful for different + reasons:</p> + + <ul> + <li>you already have a toolchain that is known to work for your + specific CPU</li> + <li>you want to speed up the Buildroot build process by skipping + the long toolchain build part</li> + <li>the toolchain generation feature of Buildroot is not + sufficiently flexible for you (for example if you need to + generate a system with <i>glibc</i> instead of + <i>uClibc</i>)</li> + </ul> + + <p>Buildroot supports using existing toolchains through a + mechanism called <i>external toolchain</i>.</p> <p>To enable the use of an external toolchain, go to the <code>Toolchain</code> menu, and :</p> |