From 7779137ba80ee5ad038cb011c6a7f87abe433ea2 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 23 Apr 2007 20:30:34 +0000 Subject: Second shot at merging from the MIPS branch: - log level boost for warnings and errors - option re-ordering - help updating --- config/global.in | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'config/global.in') diff --git a/config/global.in b/config/global.in index fe555892..3b227c0b 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" -- cgit v1.2.3