Small wording change

This commit is contained in:
Eric Andersen 2005-02-07 22:31:56 +00:00
parent 15b26aeee9
commit de23d7d1a4

View File

@ -88,11 +88,11 @@ config BR2_STAGING_DIR
string "Toolchain and header file location?" string "Toolchain and header file location?"
default "$(BUILD_DIR)/staging_dir" default "$(BUILD_DIR)/staging_dir"
help help
This is the location where the toolchain will be installed. This is the location where the toolchain will be installed. The
Since the toolchain will not work if it is moved from this toolchain will not work if it is moved from this location.
location, it is important for people wishing to package up Therefore, if you wish to package up a uClibc toolchain, it is
a uClibc toolchain that this be set to the location in which important that is is set to the final location where the toolchain
the toolchain will be used. will be used.
Most people will leave this set to the default value of Most people will leave this set to the default value of
"$(BUILD_DIR)/staging_dir". "$(BUILD_DIR)/staging_dir".