summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorEric Andersen2005-02-07 23:31:56 +0100
committerEric Andersen2005-02-07 23:31:56 +0100
commitde23d7d1a4e775fcdd49a2ec4fceec0efced9f78 (patch)
treee95602a4fbda736c3f90d36da7b2f67964a98cb6 /Config.in
parentupdate copyright (diff)
downloadbuildroot-de23d7d1a4e775fcdd49a2ec4fceec0efced9f78.tar.gz
buildroot-de23d7d1a4e775fcdd49a2ec4fceec0efced9f78.tar.xz
buildroot-de23d7d1a4e775fcdd49a2ec4fceec0efced9f78.zip
Small wording change
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/Config.in b/Config.in
index 34ab2359a..eddf84d47 100644
--- a/Config.in
+++ b/Config.in
@@ -88,11 +88,11 @@ config BR2_STAGING_DIR
string "Toolchain and header file location?"
default "$(BUILD_DIR)/staging_dir"
help
- This is the location where the toolchain will be installed.
- Since the toolchain will not work if it is moved from this
- location, it is important for people wishing to package up
- a uClibc toolchain that this be set to the location in which
- the toolchain will be used.
+ This is the location where the toolchain will be installed. The
+ toolchain will not work if it is moved from this location.
+ Therefore, if you wish to package up a uClibc toolchain, it is
+ important that is is set to the final location where the toolchain
+ will be used.
Most people will leave this set to the default value of
"$(BUILD_DIR)/staging_dir".