From b5ae41d3cfdbef434acac7ba76efb2255255bcd8 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 14 Aug 2011 17:18:32 +0200 Subject: 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" --- samples/alphaev56-unknown-linux-gnu/crosstool.config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'samples/alphaev56-unknown-linux-gnu') diff --git a/samples/alphaev56-unknown-linux-gnu/crosstool.config b/samples/alphaev56-unknown-linux-gnu/crosstool.config index 4790de9c..8e8555c4 100644 --- a/samples/alphaev56-unknown-linux-gnu/crosstool.config +++ b/samples/alphaev56-unknown-linux-gnu/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 -- cgit v1.2.3