summaryrefslogtreecommitdiff
path: root/samples/armeb-unknown-linux-gnueabi
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-08-14 15:18:32 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-08-14 15:18:32 (GMT)
commitb5ae41d3cfdbef434acac7ba76efb2255255bcd8 (patch)
tree15c75c8bc4a98a203a9231ed965b2dd0e2f111ea /samples/armeb-unknown-linux-gnueabi
parentb021021fecceb522f8f2454fb3bf096ad9ed6fe5 (diff)
samples: do not use the mirror by default
As the mirror is always tried first, and the default is my server, it means every download will first hit my server. As I do not have much mirrored there, it means a lot of time is lost. Disable use of the mirror for all samples, except the one that does need it for the uClibc snapshot. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'samples/armeb-unknown-linux-gnueabi')
-rw-r--r--samples/armeb-unknown-linux-gnueabi/crosstool.config3
1 files changed, 1 insertions, 2 deletions
diff --git a/samples/armeb-unknown-linux-gnueabi/crosstool.config b/samples/armeb-unknown-linux-gnueabi/crosstool.config
index cc401da..4d455db 100644
--- a/samples/armeb-unknown-linux-gnueabi/crosstool.config
+++ b/samples/armeb-unknown-linux-gnueabi/crosstool.config
@@ -40,9 +40,8 @@ CT_STRIP_ALL_TOOLCHAIN_EXECUTABLES=y
#
# CT_FORBID_DOWNLOAD is not set
# CT_FORCE_DOWNLOAD is not set
-CT_USE_MIRROR=y
+# CT_USE_MIRROR is not set
# CT_PREFER_MIRROR is not set
-CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/"
CT_CONNECT_TIMEOUT=10
# CT_ONLY_DOWNLOAD is not set