summaryrefslogtreecommitdiff
path: root/config/global.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/global.in')
-rw-r--r--config/global.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/config/global.in b/config/global.in
index fe55589..3b227c0 100644
--- a/config/global.in
+++ b/config/global.in
@@ -240,6 +240,18 @@ config LOG_LEVEL_MAX
default "EXTRA" if LOG_EXTRA
default "DEBUG" if LOG_DEBUG
+config LOG_SEE_TOOLS_WARN
+ bool
+ prompt "See warnings from the tool builds"
+ default n
+ depends on ! LOG_ERROR
+ help
+ If you say Y here, then you will have see the warning lines from
+ the components builds.
+
+ It should suffice to say N here, as those will anyway be visible
+ in the log file (if you want one).
+
config LOG_PROGRESS_BAR
bool
prompt "Progress bar"
@@ -271,6 +283,11 @@ config LOG_TO_FILE
Save *full* logs to a file. Even log levels you didn't specify above
will be available in this file.
+ As a bonus, there is a script in tools/extractConfig.sh that is able
+ to extract the configuration of crosstool-NG from the log file.
+
+ Definitely, say Y.
+
config LOG_FILE
string
prompt "Log file"