# HG changeset patch # User "Yann E. MORIN" # Date 1217579009 0 # Node ID 53a577cbd9d4a802bbca5c776f4b9dcda9b7fb84 # Parent b037a5643e049ed61df3a60e522cfd3094a46696 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(-) diff -r b037a5643e04 -r 53a577cbd9d4 config/global/logging.in --- a/config/global/logging.in Thu Jul 31 09:08:33 2008 +0000 +++ b/config/global/logging.in Fri Aug 01 08:23:29 2008 +0000 @@ -104,7 +104,7 @@ config LOG_FILE_COMPRESS bool prompt "Compress the log file" - default n + default y depends on LOG_TO_FILE help Compress the log file once the toolchain is successfully built. diff -r b037a5643e04 -r 53a577cbd9d4 config/global/paths.in --- a/config/global/paths.in Thu Jul 31 09:08:33 2008 +0000 +++ b/config/global/paths.in Fri Aug 01 08:23:29 2008 +0000 @@ -94,7 +94,7 @@ config REMOVE_DOCS bool prompt "Remove documentation" - default n + default y help Remove the installed documentation (man and info pages). Gains around 8MiB for a uClibc-based, C and C++ compiler. @@ -102,7 +102,7 @@ config INSTALL_DIR_RO bool prompt "Render the toolchain read-only" - default n + default y help Render the directory of the toolchain (and its sub-directories) read-only.