[Buildroot] [PATCH] toolchain-external: clarify external toolchain description

Baruch Siach baruch at tkos.co.il
Tue Feb 17 11:48:05 UTC 2015


External toolchain can also have been generated by Buildroot previously, as
the list that follows demonstrates. Add the word 'locally' at the right place
to make the point clearer.

Signed-off-by: Baruch Siach <baruch at tkos.co.il>
---
 toolchain/toolchain-external/toolchain-external.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/toolchain/toolchain-external/toolchain-external.mk b/toolchain/toolchain-external/toolchain-external.mk
index 5a69eb88958e..4376c8ddbf1f 100644
--- a/toolchain/toolchain-external/toolchain-external.mk
+++ b/toolchain/toolchain-external/toolchain-external.mk
@@ -6,9 +6,9 @@
 
 #
 # 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 have not been produced locally 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
 # with:
 #
 #  * Toolchains generated by Crosstool-NG
-- 
2.1.4



More information about the buildroot mailing list