summaryrefslogtreecommitdiff
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
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>
-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 4790de9..8e8555c 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 6e796f5..958d018 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 b805b50..6c373d1 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 b5438a5..5e3f3a8 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 70f72b6..6f85ad7 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 55c8a08..c9880fa 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 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
diff --git a/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config b/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config
index 327d431..78bdf51 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 48deb61..a92e856 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 7d0a4cd..0e6d538 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 e1b8f6c..421bc89 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 4ff626d..76308d3 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 44cfaf3..28e3292 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 399c3bf..0649550 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 411cf5c..ba0c86d 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 0e2c971..9ec6cf4 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 68a33af..2f4e519 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 98e1a61..134b22c 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 56a4321..3001c5d 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 c7b2e83..4be797e 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 a2656ff..223c86a 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 b328f96..f5ce0a0 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 0eb7168..3ee7463 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