summaryrefslogtreecommitdiff
path: root/config/global.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/global.in')
-rw-r--r--config/global.in12
1 files changed, 9 insertions, 3 deletions
diff --git a/config/global.in b/config/global.in
index 1f9c98f..9378bdf 100644
--- a/config/global.in
+++ b/config/global.in
@@ -242,8 +242,13 @@ config LOG_DEBUG
bool
prompt "DEBUG"
help
- The same as above, plus lots of debug information, of which each
- component's build messages (very noisy!).
+ The same as above, plus lots of crosstool-NG debug information.
+
+config LOG_ALL
+ bool
+ prompt "ALL"
+ help
+ The same as above, plus all components build messages (very noisy!).
endchoice
@@ -254,6 +259,7 @@ config LOG_LEVEL_MAX
default "INFO" if LOG_INFO
default "EXTRA" if LOG_EXTRA
default "DEBUG" if LOG_DEBUG
+ default "ALL" if LOG_ALL
config LOG_SEE_TOOLS_WARN
bool
@@ -271,7 +277,7 @@ config LOG_PROGRESS_BAR
bool
prompt "Progress bar"
default n
- depends on ! LOG_DEBUG
+ depends on ! LOG_ALL
help
This option will print a "rotating bar" (/-\|) below the last log line
to show work is not stalled.