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(-)
This commit is contained in:
Yann E. MORIN" 2008-08-01 08:23:29 +00:00
parent fe5feb1154
commit 2166fb982f
2 changed files with 3 additions and 3 deletions

View File

@ -104,7 +104,7 @@ config LOG_TO_FILE
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.

View File

@ -94,7 +94,7 @@ config CUSTOM_PATCH_DIR
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 REMOVE_DOCS
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.