diff -r 89b41dbffe8d -r c3868084d81a config/global.in --- a/config/global.in Mon May 07 09:04:02 2007 +0000 +++ b/config/global.in Tue May 08 17:48:32 2007 +0000 @@ -242,8 +242,13 @@ 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 @@ 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 @@ 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.