toolchain-external: clarify external toolchain description
authorBaruch Siach <baruch@tkos.co.il>
Fri, 20 Feb 2015 08:19:21 +0000 (10:19 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 20 Feb 2015 08:25:26 +0000 (09:25 +0100)
External toolchain can also have been generated by Buildroot previously, as
the list that follows demonstrates. Rephrase the paragraph describing what an
external toolchain is as suggested by Thomas Petazzoni, to make it clearer.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
toolchain/toolchain-external/toolchain-external.mk

index 5a69eb88958ee601655a0679b72f5494fc04d849..1a9813e7551a7d6c5b3a1b2fd2560246399e9603 100644 (file)
@@ -6,9 +6,10 @@
 
 #
 # This package implements the support for external toolchains, i.e
-# toolchains that have not been produced by Buildroot itself and that
-# Buildroot can download from the Web or that are already available on
-# the system on which Buildroot runs. So far, we have tested this
+# toolchains that are available pre-built, ready to use. Such toolchain
+# may either be readily available on the Web (Linaro, Sourcery
+# CodeBench, from processor vendors) or may be built with tools like
+# Crosstool-NG or Buildroot itself. So far, we have tested this
 # with:
 #
 #  * Toolchains generated by Crosstool-NG