diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-04-23 20:30:34 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-04-23 20:30:34 +0000 |
commit | 7779137ba80ee5ad038cb011c6a7f87abe433ea2 (patch) | |
tree | 2d3c192a334107a486eea009680cf26addf3d2ce /config/global.in | |
parent | 9d86cde662c291679288c5a3690ba968949a9e97 (diff) | |
download | crosstool-ng-7779137ba80ee5ad038cb011c6a7f87abe433ea2.tar.gz crosstool-ng-7779137ba80ee5ad038cb011c6a7f87abe433ea2.tar.bz2 crosstool-ng-7779137ba80ee5ad038cb011c6a7f87abe433ea2.zip |
Second shot at merging from the MIPS branch:
- log level boost for warnings and errors
- option re-ordering
- help updating
Diffstat (limited to 'config/global.in')
-rw-r--r-- | config/global.in | 17 |
1 files changed, 17 insertions, 0 deletions
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" |