Change some config items' default values.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri Aug 01 08:23:29 2008 +0000 (2008-08-01)
changeset 75353a577cbd9d4
parent 752 b037a5643e04
child 754 b13657cd64b3
Change some config items' default values.

/trunk/config/global/paths.in | 4 2 2 0 ++--
/trunk/config/global/logging.in | 2 1 1 0 +-
2 files changed, 3 insertions(+), 3 deletions(-)
config/global/logging.in
config/global/paths.in
     1.1 --- a/config/global/logging.in	Thu Jul 31 09:08:33 2008 +0000
     1.2 +++ b/config/global/logging.in	Fri Aug 01 08:23:29 2008 +0000
     1.3 @@ -104,7 +104,7 @@
     1.4  config LOG_FILE_COMPRESS
     1.5      bool
     1.6      prompt "Compress the log file"
     1.7 -    default n
     1.8 +    default y
     1.9      depends on LOG_TO_FILE
    1.10      help
    1.11        Compress the log file once the toolchain is successfully built.
     2.1 --- a/config/global/paths.in	Thu Jul 31 09:08:33 2008 +0000
     2.2 +++ b/config/global/paths.in	Fri Aug 01 08:23:29 2008 +0000
     2.3 @@ -94,7 +94,7 @@
     2.4  config REMOVE_DOCS
     2.5      bool
     2.6      prompt "Remove documentation"
     2.7 -    default n
     2.8 +    default y
     2.9      help
    2.10        Remove the installed documentation (man and info pages).
    2.11        Gains around 8MiB for a uClibc-based, C and C++ compiler.
    2.12 @@ -102,7 +102,7 @@
    2.13  config INSTALL_DIR_RO
    2.14      bool
    2.15      prompt "Render the toolchain read-only"
    2.16 -    default n
    2.17 +    default y
    2.18      help
    2.19        Render the directory of the toolchain (and its sub-directories)
    2.20        read-only.