diff mbox

[v2] toolchain-external: clarify external toolchain description

Message ID 1988eef5ab3d8a82a0d62fe41ee1e162f4da5722.1424420361.git.baruch@tkos.co.il
State Accepted
Headers show

Commit Message

Baruch Siach Feb. 20, 2015, 8:19 a.m. UTC
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>
---

v2:
	Rephrase the entire paragraph as suggested by Tomas P.
---
 toolchain/toolchain-external/toolchain-external.mk | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Comments

Thomas Petazzoni Feb. 20, 2015, 8:38 a.m. UTC | #1
Dear Baruch Siach,

On Fri, 20 Feb 2015 10:19:21 +0200, Baruch Siach wrote:
> 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>

Applied to master, thanks!

Thomas
diff mbox

Patch

diff --git a/toolchain/toolchain-external/toolchain-external.mk b/toolchain/toolchain-external/toolchain-external.mk
index 5a69eb88958e..1a9813e7551a 100644
--- a/toolchain/toolchain-external/toolchain-external.mk
+++ b/toolchain/toolchain-external/toolchain-external.mk
@@ -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