summaryrefslogtreecommitdiff
path: root/config/global.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/global.in')
-rw-r--r--config/global.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/config/global.in b/config/global.in
index 7f1ba81..001eaac 100644
--- a/config/global.in
+++ b/config/global.in
@@ -9,7 +9,7 @@ config FOOBAR
menu "Paths and misc options"
-comment "Crosstool-ng behavior"
+comment "crosstool-NG behavior"
config EXPERIMENTAL
bool
@@ -172,11 +172,11 @@ config CUSTOM_PATCH_ONLY
default n
depends on CUSTOM_PATCH
help
- Don't apply patches coming with CT-NG, only those patches available in
- the directory below.
+ Don't apply patches coming with crosstool-NG, only those patches available
+ in the directory below.
- If you say 'N' here, then the patches provided with CT-NG will be applied
- first, and then your patches.
+ If you say 'N' here, then the patches provided with crosstool-NG will be
+ applied first, and then your patches.
config CUSTOM_PATCH_DIR
string
@@ -311,14 +311,14 @@ config LOG_SEE_TOOLS_WARN
default n
depends on ! LOG_ERROR
help
- Treat warnings from the different tools as crosstool-ng warnings.
+ Treat warnings from the different tools as crosstool-NG warnings.
If you say 'y' here, then those warnings will be prefixed with
'[WARN ]' instead of the default '[ALL ]'.
You can safely say 'n' here. Those warnings will anyway be
recorded in the log file (provided you configured one).
- Tools error will always be logged as crosstool-ng errors.
+ Tools error will always be logged as crosstool-NG errors.
config LOG_PROGRESS_BAR
bool