aboutsummaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-08-14 17:18:32 +0200
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-08-14 17:18:32 +0200
commitb5ae41d3cfdbef434acac7ba76efb2255255bcd8 (patch)
tree15c75c8bc4a98a203a9231ed965b2dd0e2f111ea /samples
parentb021021fecceb522f8f2454fb3bf096ad9ed6fe5 (diff)
downloadcrosstool-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')
-rw-r--r--samples/alphaev56-unknown-linux-gnu/crosstool.config3
-rw-r--r--samples/arm-bare_newlib_cortex_m3_nommu-eabi/crosstool.config3
-rw-r--r--samples/arm-davinci-linux-gnueabi/crosstool.config3
-rw-r--r--samples/arm-unknown-eabi/crosstool.config3
-rw-r--r--samples/arm-unknown-linux-gnueabi/crosstool.config3
-rw-r--r--samples/arm-unknown-linux-uclibcgnueabi/crosstool.config3
-rw-r--r--samples/armeb-unknown-linux-gnueabi/crosstool.config3
-rw-r--r--samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config3
-rw-r--r--samples/i586-geode-linux-uclibc/crosstool.config3
-rw-r--r--samples/i686-nptl-linux-gnu/crosstool.config3
-rw-r--r--samples/i686-pc-mingw32/crosstool.config3
-rw-r--r--samples/mips-unknown-linux-uclibc/crosstool.config3
-rw-r--r--samples/mips64el-n32-linux-uclibc/crosstool.config3
-rw-r--r--samples/mips64el-n64-linux-uclibc/crosstool.config3
-rw-r--r--samples/mipsel-unknown-linux-gnu/crosstool.config3
-rw-r--r--samples/powerpc-860-linux-gnu/crosstool.config3
-rw-r--r--samples/powerpc-unknown-linux-gnu/crosstool.config3
-rw-r--r--samples/powerpc-unknown-linux-uclibc/crosstool.config3
-rw-r--r--samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config3
-rw-r--r--samples/powerpc64-unknown-linux-gnu/crosstool.config3
-rw-r--r--samples/sh4-unknown-linux-gnu/crosstool.config3
-rw-r--r--samples/x86_64-unknown-linux-gnu/crosstool.config3
-rw-r--r--samples/x86_64-unknown-linux-uclibc/crosstool.config3
23 files changed, 23 insertions, 46 deletions
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
diff --git a/samples/arm-bare_newlib_cortex_m3_nommu-eabi/crosstool.config b/samples/arm-bare_newlib_cortex_m3_nommu-eabi/crosstool.config
index 6e796f54..958d0187 100644
--- a/samples/arm-bare_newlib_cortex_m3_nommu-eabi/crosstool.config
+++ b/samples/arm-bare_newlib_cortex_m3_nommu-eabi/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
diff --git a/samples/arm-davinci-linux-gnueabi/crosstool.config b/samples/arm-davinci-linux-gnueabi/crosstool.config
index b805b506..6c373d1d 100644
--- a/samples/arm-davinci-linux-gnueabi/crosstool.config
+++ b/samples/arm-davinci-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
diff --git a/samples/arm-unknown-eabi/crosstool.config b/samples/arm-unknown-eabi/crosstool.config
index b5438a53..5e3f3a89 100644
--- a/samples/arm-unknown-eabi/crosstool.config
+++ b/samples/arm-unknown-eabi/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
diff --git a/samples/arm-unknown-linux-gnueabi/crosstool.config b/samples/arm-unknown-linux-gnueabi/crosstool.config
index 70f72b68..6f85ad71 100644
--- a/samples/arm-unknown-linux-gnueabi/crosstool.config
+++ b/samples/arm-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
diff --git a/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config b/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config
index 55c8a08b..c9880fac 100644
--- a/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config
+++ b/samples/arm-unknown-linux-uclibcgnueabi/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
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
diff --git a/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config b/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config
index 327d431b..78bdf511 100644
--- a/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config
+++ b/samples/armeb-unknown-linux-uclibcgnueabi/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
diff --git a/samples/i586-geode-linux-uclibc/crosstool.config b/samples/i586-geode-linux-uclibc/crosstool.config
index 48deb619..a92e8562 100644
--- a/samples/i586-geode-linux-uclibc/crosstool.config
+++ b/samples/i586-geode-linux-uclibc/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
diff --git a/samples/i686-nptl-linux-gnu/crosstool.config b/samples/i686-nptl-linux-gnu/crosstool.config
index 7d0a4cdc..0e6d5387 100644
--- a/samples/i686-nptl-linux-gnu/crosstool.config
+++ b/samples/i686-nptl-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
diff --git a/samples/i686-pc-mingw32/crosstool.config b/samples/i686-pc-mingw32/crosstool.config
index e1b8f6cc..421bc89f 100644
--- a/samples/i686-pc-mingw32/crosstool.config
+++ b/samples/i686-pc-mingw32/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
diff --git a/samples/mips-unknown-linux-uclibc/crosstool.config b/samples/mips-unknown-linux-uclibc/crosstool.config
index 4ff626da..76308d35 100644
--- a/samples/mips-unknown-linux-uclibc/crosstool.config
+++ b/samples/mips-unknown-linux-uclibc/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
diff --git a/samples/mips64el-n32-linux-uclibc/crosstool.config b/samples/mips64el-n32-linux-uclibc/crosstool.config
index 44cfaf3d..28e3292a 100644
--- a/samples/mips64el-n32-linux-uclibc/crosstool.config
+++ b/samples/mips64el-n32-linux-uclibc/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
diff --git a/samples/mips64el-n64-linux-uclibc/crosstool.config b/samples/mips64el-n64-linux-uclibc/crosstool.config
index 399c3bf0..06495500 100644
--- a/samples/mips64el-n64-linux-uclibc/crosstool.config
+++ b/samples/mips64el-n64-linux-uclibc/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
diff --git a/samples/mipsel-unknown-linux-gnu/crosstool.config b/samples/mipsel-unknown-linux-gnu/crosstool.config
index 411cf5c2..ba0c86d9 100644
--- a/samples/mipsel-unknown-linux-gnu/crosstool.config
+++ b/samples/mipsel-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
diff --git a/samples/powerpc-860-linux-gnu/crosstool.config b/samples/powerpc-860-linux-gnu/crosstool.config
index 0e2c971c..9ec6cf43 100644
--- a/samples/powerpc-860-linux-gnu/crosstool.config
+++ b/samples/powerpc-860-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
diff --git a/samples/powerpc-unknown-linux-gnu/crosstool.config b/samples/powerpc-unknown-linux-gnu/crosstool.config
index 68a33af9..2f4e519c 100644
--- a/samples/powerpc-unknown-linux-gnu/crosstool.config
+++ b/samples/powerpc-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
diff --git a/samples/powerpc-unknown-linux-uclibc/crosstool.config b/samples/powerpc-unknown-linux-uclibc/crosstool.config
index 98e1a613..134b22c8 100644
--- a/samples/powerpc-unknown-linux-uclibc/crosstool.config
+++ b/samples/powerpc-unknown-linux-uclibc/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
diff --git a/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config b/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config
index 56a43215..3001c5db 100644
--- a/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config
+++ b/samples/powerpc-unknown_nofpu-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
diff --git a/samples/powerpc64-unknown-linux-gnu/crosstool.config b/samples/powerpc64-unknown-linux-gnu/crosstool.config
index c7b2e83b..4be797ea 100644
--- a/samples/powerpc64-unknown-linux-gnu/crosstool.config
+++ b/samples/powerpc64-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
diff --git a/samples/sh4-unknown-linux-gnu/crosstool.config b/samples/sh4-unknown-linux-gnu/crosstool.config
index a2656ffc..223c86aa 100644
--- a/samples/sh4-unknown-linux-gnu/crosstool.config
+++ b/samples/sh4-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
diff --git a/samples/x86_64-unknown-linux-gnu/crosstool.config b/samples/x86_64-unknown-linux-gnu/crosstool.config
index b328f965..f5ce0a08 100644
--- a/samples/x86_64-unknown-linux-gnu/crosstool.config
+++ b/samples/x86_64-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
diff --git a/samples/x86_64-unknown-linux-uclibc/crosstool.config b/samples/x86_64-unknown-linux-uclibc/crosstool.config
index 0eb71687..3ee74636 100644
--- a/samples/x86_64-unknown-linux-uclibc/crosstool.config
+++ b/samples/x86_64-unknown-linux-uclibc/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