diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-08-14 17:18:32 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-08-14 17:18:32 +0200 |
commit | b5ae41d3cfdbef434acac7ba76efb2255255bcd8 (patch) | |
tree | 15c75c8bc4a98a203a9231ed965b2dd0e2f111ea /samples/armeb-unknown-linux-gnueabi | |
parent | b021021fecceb522f8f2454fb3bf096ad9ed6fe5 (diff) | |
download | crosstool-ng-b5ae41d3cfdbef434acac7ba76efb2255255bcd8.tar.gz crosstool-ng-b5ae41d3cfdbef434acac7ba76efb2255255bcd8.tar.bz2 crosstool-ng-b5ae41d3cfdbef434acac7ba76efb2255255bcd8.zip |
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.config | 3 |
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 cc401da6..4d455db2 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 |