summaryrefslogtreecommitdiff
path: root/config/global
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-08-01 08:23:29 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-08-01 08:23:29 (GMT)
commit2166fb982fae87c1ce63c3f6445afad844574ed8 (patch)
treef3f27ccdf0cd4cced75c481b7251a9ae37b12c71 /config/global
parentfe5feb115430b2126edce4af8d806054396ebd91 (diff)
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(-)
Diffstat (limited to 'config/global')
-rw-r--r--config/global/logging.in2
-rw-r--r--config/global/paths.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/config/global/logging.in b/config/global/logging.in
index 49cda1f..2707d2b 100644
--- a/config/global/logging.in
+++ b/config/global/logging.in
@@ -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.
diff --git a/config/global/paths.in b/config/global/paths.in
index f9e308a..8945dee 100644
--- a/config/global/paths.in
+++ b/config/global/paths.in
@@ -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.