diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-05-19 22:52:47 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-05-19 22:52:47 +0000 |
commit | aa6ae43fd73be9e1d6fa02326b2ad4ebb52b96a9 (patch) | |
tree | 96298fbfa89b15017f2bdf73a8f2acecca4b888d /config/global.in | |
parent | 361c6173087b814a47492671521d74684d959734 (diff) | |
download | crosstool-ng-aa6ae43fd73be9e1d6fa02326b2ad4ebb52b96a9.tar.gz crosstool-ng-aa6ae43fd73be9e1d6fa02326b2ad4ebb52b96a9.tar.bz2 crosstool-ng-aa6ae43fd73be9e1d6fa02326b2ad4ebb52b96a9.zip |
Add uClibc-0.9.29:
- associated patch set
- update the munging function to accomodate the new config variables
libfloat version was missing from the previous commit... :-(
Better handle the case where the sample directory already exist but isn't under revision control, and in case the destination file doesn't exist in the sample directory.
Diffstat (limited to 'config/global.in')
-rw-r--r-- | config/global.in | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/config/global.in b/config/global.in index fda034dc..f487a8bf 100644 --- a/config/global.in +++ b/config/global.in @@ -238,15 +238,16 @@ config LOG_LEVEL_MAX config LOG_SEE_TOOLS_WARN bool - prompt "See warnings from the tool builds" + prompt "Warnings from the tool builds as CT warnings" default n depends on ! LOG_ERROR help - If you say Y here, then you will see the warning lines from the - components builds. + Treat warnings fron the different tools as crosstool warnings. + If you say 'y' here, then those warnings will be prefixed with + '[WARN ]' instead of the default '[ALL ]'. - It should suffice to say N here, as those will anyway be visible - in the log file (if you want one). + You can safely say 'n' here. Those warnings will anyway be + recorded in the log file (provided you configured one). config LOG_PROGRESS_BAR bool |