summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-06-19 17:50:46 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-06-19 17:50:46 (GMT)
commit5e7fa0debcf8a28813907bbdd8c85894e1a9f883 (patch)
tree70d02e2106871ce381a8fdc806875cb3baf125a6
parente0455a5ec97c209b2fddf7d64dcc1b5fcb1e4687 (diff)
Make the progress bar a default for all samples.
-rw-r--r--samples/armeb-unknown-linux-gnu/crosstool.config2
-rw-r--r--samples/armeb-unknown-linux-uclibc/crosstool.config2
-rw-r--r--samples/i586-geode-linux-uclibc/crosstool.config2
3 files changed, 3 insertions, 3 deletions
diff --git a/samples/armeb-unknown-linux-gnu/crosstool.config b/samples/armeb-unknown-linux-gnu/crosstool.config
index a14c4d6..3407602 100644
--- a/samples/armeb-unknown-linux-gnu/crosstool.config
+++ b/samples/armeb-unknown-linux-gnu/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"
diff --git a/samples/armeb-unknown-linux-uclibc/crosstool.config b/samples/armeb-unknown-linux-uclibc/crosstool.config
index ebce9de..1985283 100644
--- a/samples/armeb-unknown-linux-uclibc/crosstool.config
+++ b/samples/armeb-unknown-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_TO_FILE=y
CT_LOG_FILE="${CT_PREFIX_DIR}/${CT_TARGET}.log"
diff --git a/samples/i586-geode-linux-uclibc/crosstool.config b/samples/i586-geode-linux-uclibc/crosstool.config
index bcc894c..c7f50fb 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"