diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-06-19 17:50:46 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-06-19 17:50:46 +0000 |
commit | 5e7fa0debcf8a28813907bbdd8c85894e1a9f883 (patch) | |
tree | 70d02e2106871ce381a8fdc806875cb3baf125a6 /samples/i586-geode-linux-uclibc | |
parent | e0455a5ec97c209b2fddf7d64dcc1b5fcb1e4687 (diff) | |
download | crosstool-ng-5e7fa0debcf8a28813907bbdd8c85894e1a9f883.tar.gz crosstool-ng-5e7fa0debcf8a28813907bbdd8c85894e1a9f883.tar.bz2 crosstool-ng-5e7fa0debcf8a28813907bbdd8c85894e1a9f883.zip |
Make the progress bar a default for all samples.
Diffstat (limited to 'samples/i586-geode-linux-uclibc')
-rw-r--r-- | samples/i586-geode-linux-uclibc/crosstool.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/i586-geode-linux-uclibc/crosstool.config b/samples/i586-geode-linux-uclibc/crosstool.config index bcc894c4..c7f50fbc 100644 --- a/samples/i586-geode-linux-uclibc/crosstool.config +++ b/samples/i586-geode-linux-uclibc/crosstool.config @@ -46,7 +46,7 @@ CT_LOG_EXTRA=y # CT_LOG_ALL is not set CT_LOG_LEVEL_MAX="EXTRA" # CT_LOG_SEE_TOOLS_WARN is not set -# CT_LOG_PROGRESS_BAR is not set +CT_LOG_PROGRESS_BAR=y # CT_LOG_USE_COLORS is not set CT_LOG_TO_FILE=y CT_LOG_FILE="${CT_PREFIX_DIR}/${CT_TARGET}.log" |