summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2015-02-20 10:19:21 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-02-20 09:25:26 +0100
commit694dc0c8ee0244da70150d2cf5ee5c6a499e8352 (patch)
tree23f4c2bc8cb0e4af6bae6f21aa75432f30cb6693 /toolchain
parent120a3efeec66dbbade3d8213682c0a8940c906eb (diff)
downloadbuildroot-694dc0c8ee0244da70150d2cf5ee5c6a499e8352.tar.gz
buildroot-694dc0c8ee0244da70150d2cf5ee5c6a499e8352.zip
toolchain-external: clarify external toolchain description
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>
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/toolchain-external/toolchain-external.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/toolchain/toolchain-external/toolchain-external.mk b/toolchain/toolchain-external/toolchain-external.mk
index 5a69eb8895..1a9813e755 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
OpenPOWER on IntegriCloud