diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-07-27 10:54:54 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-07-27 10:54:54 +0000 |
commit | ccb32f8d06952978011b67d64be6c984497a1315 (patch) | |
tree | 284473a5efb61edc77e07d647086fc20532342a0 /samples/x86_64-unknown-linux-gnu | |
parent | c8d64d9c708e5061b4249e52cfdc4a256ee834a7 (diff) | |
download | crosstool-ng-ccb32f8d06952978011b67d64be6c984497a1315.tar.gz crosstool-ng-ccb32f8d06952978011b67d64be6c984497a1315.tar.bz2 crosstool-ng-ccb32f8d06952978011b67d64be6c984497a1315.zip |
Update this sample to compress the log file.
/trunk/samples/x86_64-unknown-linux-gnu/crosstool.config | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Diffstat (limited to 'samples/x86_64-unknown-linux-gnu')
-rw-r--r-- | samples/x86_64-unknown-linux-gnu/crosstool.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/x86_64-unknown-linux-gnu/crosstool.config b/samples/x86_64-unknown-linux-gnu/crosstool.config index dea8f611..f0714223 100644 --- a/samples/x86_64-unknown-linux-gnu/crosstool.config +++ b/samples/x86_64-unknown-linux-gnu/crosstool.config @@ -69,7 +69,7 @@ CT_LOG_LEVEL_MAX="EXTRA" # CT_LOG_SEE_TOOLS_WARN is not set CT_LOG_PROGRESS_BAR=y CT_LOG_TO_FILE=y -# CT_LOG_FILE_COMPRESS is not set +CT_LOG_FILE_COMPRESS=y # # Target options |