samples: update to not use // download
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Oct 18 21:50:26 2010 +0200 (2010-10-18)
changeset 2152fb34f799f05b
parent 2149 98b7806295cc
child 2153 ef0142a8ad4c
samples: update to not use // download

Parallel download can cause issues in some network environments
(eg. behind some firewalls/routers), so default to not //.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
samples/alphaev56-unknown-linux-gnu/crosstool.config
samples/arm-bare_newlib_cortex_m3_nommu-eabi/crosstool.config
samples/arm-cortex_a8-linux-gnueabi/crosstool.config
samples/arm-davinci-linux-gnueabi/crosstool.config
samples/arm-iphone-linux-gnueabi/crosstool.config
samples/arm-unknown-linux-gnueabi/crosstool.config
samples/arm-unknown-linux-uclibcgnueabi/crosstool.config
samples/armeb-test_nptl-linux-uclibcgnueabi/crosstool.config
samples/armeb-unknown-eabi/crosstool.config
samples/armeb-unknown-linux-gnueabi/crosstool.config
samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config
samples/avr32-unknown-none/crosstool.config
samples/bfin-unknown-linux-uclibc/crosstool.config
samples/i586-geode-linux-uclibc/crosstool.config
samples/i686-nptl-linux-gnu/crosstool.config
samples/i686-pc-mingw32/crosstool.config
samples/ia64-unknown-linux-gnu/crosstool.config
samples/m68k-unknown-elf/crosstool.config
samples/mingw32,i686-none-linux-gnu/crosstool.config
samples/mips-ar2315-linux-gnu/crosstool.config
samples/mips-unknown-elf/crosstool.config
samples/mips-unknown-linux-uclibc/crosstool.config
samples/mips64el-n32-linux-uclibc/crosstool.config
samples/mips64el-n64-linux-uclibc/crosstool.config
samples/mipsel-unknown-linux-gnu/crosstool.config
samples/powerpc-405-linux-gnu/crosstool.config
samples/powerpc-860-linux-gnu/crosstool.config
samples/powerpc-unknown-linux-gnu/crosstool.config
samples/powerpc-unknown-linux-uclibc/crosstool.config
samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config
samples/powerpc64-unknown-linux-gnu/crosstool.config
samples/s390-ibm-linux-gnu/crosstool.config
samples/s390x-ibm-linux-gnu/crosstool.config
samples/sh4-unknown-linux-gnu/crosstool.config
samples/x86_64-unknown-linux-gnu/crosstool.config
samples/x86_64-unknown-linux-uclibc/crosstool.config
     1.1 --- a/samples/alphaev56-unknown-linux-gnu/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
     1.2 +++ b/samples/alphaev56-unknown-linux-gnu/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
     1.3 @@ -37,7 +37,7 @@
     1.4  # CT_PREFER_MIRROR is not set
     1.5  CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/"
     1.6  CT_CONNECT_TIMEOUT=10
     1.7 -CT_DOWNLOAD_MAX_CHUNKS=5
     1.8 +CT_DOWNLOAD_MAX_CHUNKS=1
     1.9  # CT_ONLY_DOWNLOAD is not set
    1.10  
    1.11  #
     2.1 --- a/samples/arm-bare_newlib_cortex_m3_nommu-eabi/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
     2.2 +++ b/samples/arm-bare_newlib_cortex_m3_nommu-eabi/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
     2.3 @@ -37,7 +37,7 @@
     2.4  # CT_PREFER_MIRROR is not set
     2.5  CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/"
     2.6  CT_CONNECT_TIMEOUT=10
     2.7 -CT_DOWNLOAD_MAX_CHUNKS=5
     2.8 +CT_DOWNLOAD_MAX_CHUNKS=1
     2.9  # CT_ONLY_DOWNLOAD is not set
    2.10  
    2.11  #
     3.1 --- a/samples/arm-cortex_a8-linux-gnueabi/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
     3.2 +++ b/samples/arm-cortex_a8-linux-gnueabi/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
     3.3 @@ -35,7 +35,7 @@
     3.4  # CT_FORCE_DOWNLOAD is not set
     3.5  # CT_USE_MIRROR is not set
     3.6  CT_CONNECT_TIMEOUT=10
     3.7 -CT_DOWNLOAD_MAX_CHUNKS=5
     3.8 +CT_DOWNLOAD_MAX_CHUNKS=1
     3.9  # CT_ONLY_DOWNLOAD is not set
    3.10  
    3.11  #
     4.1 --- a/samples/arm-davinci-linux-gnueabi/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
     4.2 +++ b/samples/arm-davinci-linux-gnueabi/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
     4.3 @@ -37,7 +37,7 @@
     4.4  # CT_PREFER_MIRROR is not set
     4.5  CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/"
     4.6  CT_CONNECT_TIMEOUT=10
     4.7 -CT_DOWNLOAD_MAX_CHUNKS=5
     4.8 +CT_DOWNLOAD_MAX_CHUNKS=1
     4.9  # CT_ONLY_DOWNLOAD is not set
    4.10  
    4.11  #
     5.1 --- a/samples/arm-iphone-linux-gnueabi/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
     5.2 +++ b/samples/arm-iphone-linux-gnueabi/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
     5.3 @@ -35,7 +35,7 @@
     5.4  # CT_FORCE_DOWNLOAD is not set
     5.5  # CT_USE_MIRROR is not set
     5.6  CT_CONNECT_TIMEOUT=10
     5.7 -CT_DOWNLOAD_MAX_CHUNKS=5
     5.8 +CT_DOWNLOAD_MAX_CHUNKS=1
     5.9  # CT_ONLY_DOWNLOAD is not set
    5.10  
    5.11  #
     6.1 --- a/samples/arm-unknown-linux-gnueabi/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
     6.2 +++ b/samples/arm-unknown-linux-gnueabi/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
     6.3 @@ -37,7 +37,7 @@
     6.4  # CT_PREFER_MIRROR is not set
     6.5  CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/"
     6.6  CT_CONNECT_TIMEOUT=10
     6.7 -CT_DOWNLOAD_MAX_CHUNKS=5
     6.8 +CT_DOWNLOAD_MAX_CHUNKS=1
     6.9  # CT_ONLY_DOWNLOAD is not set
    6.10  
    6.11  #
     7.1 --- a/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
     7.2 +++ b/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
     7.3 @@ -37,7 +37,7 @@
     7.4  # CT_PREFER_MIRROR is not set
     7.5  CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/"
     7.6  CT_CONNECT_TIMEOUT=10
     7.7 -CT_DOWNLOAD_MAX_CHUNKS=5
     7.8 +CT_DOWNLOAD_MAX_CHUNKS=1
     7.9  # CT_ONLY_DOWNLOAD is not set
    7.10  
    7.11  #
     8.1 --- a/samples/armeb-test_nptl-linux-uclibcgnueabi/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
     8.2 +++ b/samples/armeb-test_nptl-linux-uclibcgnueabi/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
     8.3 @@ -37,7 +37,7 @@
     8.4  # CT_PREFER_MIRROR is not set
     8.5  CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/"
     8.6  CT_CONNECT_TIMEOUT=10
     8.7 -CT_DOWNLOAD_MAX_CHUNKS=5
     8.8 +CT_DOWNLOAD_MAX_CHUNKS=1
     8.9  # CT_ONLY_DOWNLOAD is not set
    8.10  
    8.11  #
     9.1 --- a/samples/armeb-unknown-eabi/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
     9.2 +++ b/samples/armeb-unknown-eabi/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
     9.3 @@ -35,7 +35,7 @@
     9.4  # CT_FORCE_DOWNLOAD is not set
     9.5  # CT_USE_MIRROR is not set
     9.6  CT_CONNECT_TIMEOUT=10
     9.7 -CT_DOWNLOAD_MAX_CHUNKS=5
     9.8 +CT_DOWNLOAD_MAX_CHUNKS=1
     9.9  # CT_ONLY_DOWNLOAD is not set
    9.10  
    9.11  #
    10.1 --- a/samples/armeb-unknown-linux-gnueabi/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
    10.2 +++ b/samples/armeb-unknown-linux-gnueabi/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
    10.3 @@ -37,7 +37,7 @@
    10.4  # CT_PREFER_MIRROR is not set
    10.5  CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/"
    10.6  CT_CONNECT_TIMEOUT=10
    10.7 -CT_DOWNLOAD_MAX_CHUNKS=5
    10.8 +CT_DOWNLOAD_MAX_CHUNKS=1
    10.9  # CT_ONLY_DOWNLOAD is not set
   10.10  
   10.11  #
    11.1 --- a/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
    11.2 +++ b/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
    11.3 @@ -37,7 +37,7 @@
    11.4  # CT_PREFER_MIRROR is not set
    11.5  CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/"
    11.6  CT_CONNECT_TIMEOUT=10
    11.7 -CT_DOWNLOAD_MAX_CHUNKS=5
    11.8 +CT_DOWNLOAD_MAX_CHUNKS=1
    11.9  # CT_ONLY_DOWNLOAD is not set
   11.10  
   11.11  #
    12.1 --- a/samples/avr32-unknown-none/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
    12.2 +++ b/samples/avr32-unknown-none/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
    12.3 @@ -35,7 +35,7 @@
    12.4  # CT_FORCE_DOWNLOAD is not set
    12.5  # CT_USE_MIRROR is not set
    12.6  CT_CONNECT_TIMEOUT=10
    12.7 -CT_DOWNLOAD_MAX_CHUNKS=5
    12.8 +CT_DOWNLOAD_MAX_CHUNKS=1
    12.9  # CT_ONLY_DOWNLOAD is not set
   12.10  
   12.11  #
    13.1 --- a/samples/bfin-unknown-linux-uclibc/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
    13.2 +++ b/samples/bfin-unknown-linux-uclibc/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
    13.3 @@ -35,7 +35,7 @@
    13.4  # CT_FORCE_DOWNLOAD is not set
    13.5  # CT_USE_MIRROR is not set
    13.6  CT_CONNECT_TIMEOUT=10
    13.7 -CT_DOWNLOAD_MAX_CHUNKS=5
    13.8 +CT_DOWNLOAD_MAX_CHUNKS=1
    13.9  # CT_ONLY_DOWNLOAD is not set
   13.10  
   13.11  #
    14.1 --- a/samples/i586-geode-linux-uclibc/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
    14.2 +++ b/samples/i586-geode-linux-uclibc/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
    14.3 @@ -37,7 +37,7 @@
    14.4  # CT_PREFER_MIRROR is not set
    14.5  CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/"
    14.6  CT_CONNECT_TIMEOUT=10
    14.7 -CT_DOWNLOAD_MAX_CHUNKS=5
    14.8 +CT_DOWNLOAD_MAX_CHUNKS=1
    14.9  # CT_ONLY_DOWNLOAD is not set
   14.10  
   14.11  #
    15.1 --- a/samples/i686-nptl-linux-gnu/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
    15.2 +++ b/samples/i686-nptl-linux-gnu/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
    15.3 @@ -37,7 +37,7 @@
    15.4  # CT_PREFER_MIRROR is not set
    15.5  CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/"
    15.6  CT_CONNECT_TIMEOUT=10
    15.7 -CT_DOWNLOAD_MAX_CHUNKS=5
    15.8 +CT_DOWNLOAD_MAX_CHUNKS=1
    15.9  # CT_ONLY_DOWNLOAD is not set
   15.10  
   15.11  #
    16.1 --- a/samples/i686-pc-mingw32/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
    16.2 +++ b/samples/i686-pc-mingw32/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
    16.3 @@ -37,7 +37,7 @@
    16.4  # CT_PREFER_MIRROR is not set
    16.5  CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/"
    16.6  CT_CONNECT_TIMEOUT=10
    16.7 -CT_DOWNLOAD_MAX_CHUNKS=5
    16.8 +CT_DOWNLOAD_MAX_CHUNKS=1
    16.9  # CT_ONLY_DOWNLOAD is not set
   16.10  
   16.11  #
    17.1 --- a/samples/ia64-unknown-linux-gnu/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
    17.2 +++ b/samples/ia64-unknown-linux-gnu/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
    17.3 @@ -37,7 +37,7 @@
    17.4  # CT_PREFER_MIRROR is not set
    17.5  CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/"
    17.6  CT_CONNECT_TIMEOUT=10
    17.7 -CT_DOWNLOAD_MAX_CHUNKS=5
    17.8 +CT_DOWNLOAD_MAX_CHUNKS=1
    17.9  # CT_ONLY_DOWNLOAD is not set
   17.10  
   17.11  #
    18.1 --- a/samples/m68k-unknown-elf/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
    18.2 +++ b/samples/m68k-unknown-elf/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
    18.3 @@ -35,7 +35,7 @@
    18.4  # CT_FORCE_DOWNLOAD is not set
    18.5  # CT_USE_MIRROR is not set
    18.6  CT_CONNECT_TIMEOUT=10
    18.7 -CT_DOWNLOAD_MAX_CHUNKS=5
    18.8 +CT_DOWNLOAD_MAX_CHUNKS=1
    18.9  # CT_ONLY_DOWNLOAD is not set
   18.10  
   18.11  #
    19.1 --- a/samples/mingw32,i686-none-linux-gnu/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
    19.2 +++ b/samples/mingw32,i686-none-linux-gnu/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
    19.3 @@ -35,7 +35,7 @@
    19.4  # CT_FORCE_DOWNLOAD is not set
    19.5  # CT_USE_MIRROR is not set
    19.6  CT_CONNECT_TIMEOUT=10
    19.7 -CT_DOWNLOAD_MAX_CHUNKS=5
    19.8 +CT_DOWNLOAD_MAX_CHUNKS=1
    19.9  # CT_ONLY_DOWNLOAD is not set
   19.10  
   19.11  #
    20.1 --- a/samples/mips-ar2315-linux-gnu/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
    20.2 +++ b/samples/mips-ar2315-linux-gnu/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
    20.3 @@ -35,7 +35,7 @@
    20.4  # CT_FORCE_DOWNLOAD is not set
    20.5  # CT_USE_MIRROR is not set
    20.6  CT_CONNECT_TIMEOUT=10
    20.7 -CT_DOWNLOAD_MAX_CHUNKS=5
    20.8 +CT_DOWNLOAD_MAX_CHUNKS=1
    20.9  # CT_ONLY_DOWNLOAD is not set
   20.10  
   20.11  #
    21.1 --- a/samples/mips-unknown-elf/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
    21.2 +++ b/samples/mips-unknown-elf/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
    21.3 @@ -35,7 +35,7 @@
    21.4  # CT_FORCE_DOWNLOAD is not set
    21.5  # CT_USE_MIRROR is not set
    21.6  CT_CONNECT_TIMEOUT=10
    21.7 -CT_DOWNLOAD_MAX_CHUNKS=5
    21.8 +CT_DOWNLOAD_MAX_CHUNKS=1
    21.9  # CT_ONLY_DOWNLOAD is not set
   21.10  
   21.11  #
    22.1 --- a/samples/mips-unknown-linux-uclibc/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
    22.2 +++ b/samples/mips-unknown-linux-uclibc/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
    22.3 @@ -37,7 +37,7 @@
    22.4  # CT_PREFER_MIRROR is not set
    22.5  CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/"
    22.6  CT_CONNECT_TIMEOUT=10
    22.7 -CT_DOWNLOAD_MAX_CHUNKS=5
    22.8 +CT_DOWNLOAD_MAX_CHUNKS=1
    22.9  # CT_ONLY_DOWNLOAD is not set
   22.10  
   22.11  #
    23.1 --- a/samples/mips64el-n32-linux-uclibc/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
    23.2 +++ b/samples/mips64el-n32-linux-uclibc/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
    23.3 @@ -38,7 +38,7 @@
    23.4  # CT_PREFER_MIRROR is not set
    23.5  CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/"
    23.6  CT_CONNECT_TIMEOUT=10
    23.7 -CT_DOWNLOAD_MAX_CHUNKS=5
    23.8 +CT_DOWNLOAD_MAX_CHUNKS=1
    23.9  # CT_ONLY_DOWNLOAD is not set
   23.10  
   23.11  #
    24.1 --- a/samples/mips64el-n64-linux-uclibc/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
    24.2 +++ b/samples/mips64el-n64-linux-uclibc/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
    24.3 @@ -38,7 +38,7 @@
    24.4  # CT_PREFER_MIRROR is not set
    24.5  CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/"
    24.6  CT_CONNECT_TIMEOUT=10
    24.7 -CT_DOWNLOAD_MAX_CHUNKS=5
    24.8 +CT_DOWNLOAD_MAX_CHUNKS=1
    24.9  # CT_ONLY_DOWNLOAD is not set
   24.10  
   24.11  #
    25.1 --- a/samples/mipsel-unknown-linux-gnu/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
    25.2 +++ b/samples/mipsel-unknown-linux-gnu/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
    25.3 @@ -37,7 +37,7 @@
    25.4  # CT_PREFER_MIRROR is not set
    25.5  CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/"
    25.6  CT_CONNECT_TIMEOUT=10
    25.7 -CT_DOWNLOAD_MAX_CHUNKS=5
    25.8 +CT_DOWNLOAD_MAX_CHUNKS=1
    25.9  # CT_ONLY_DOWNLOAD is not set
   25.10  
   25.11  #
    26.1 --- a/samples/powerpc-405-linux-gnu/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
    26.2 +++ b/samples/powerpc-405-linux-gnu/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
    26.3 @@ -35,7 +35,7 @@
    26.4  # CT_FORCE_DOWNLOAD is not set
    26.5  # CT_USE_MIRROR is not set
    26.6  CT_CONNECT_TIMEOUT=10
    26.7 -CT_DOWNLOAD_MAX_CHUNKS=5
    26.8 +CT_DOWNLOAD_MAX_CHUNKS=1
    26.9  # CT_ONLY_DOWNLOAD is not set
   26.10  
   26.11  #
    27.1 --- a/samples/powerpc-860-linux-gnu/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
    27.2 +++ b/samples/powerpc-860-linux-gnu/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
    27.3 @@ -37,7 +37,7 @@
    27.4  # CT_PREFER_MIRROR is not set
    27.5  CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/"
    27.6  CT_CONNECT_TIMEOUT=10
    27.7 -CT_DOWNLOAD_MAX_CHUNKS=5
    27.8 +CT_DOWNLOAD_MAX_CHUNKS=1
    27.9  # CT_ONLY_DOWNLOAD is not set
   27.10  
   27.11  #
    28.1 --- a/samples/powerpc-unknown-linux-gnu/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
    28.2 +++ b/samples/powerpc-unknown-linux-gnu/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
    28.3 @@ -37,7 +37,7 @@
    28.4  # CT_PREFER_MIRROR is not set
    28.5  CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/"
    28.6  CT_CONNECT_TIMEOUT=10
    28.7 -CT_DOWNLOAD_MAX_CHUNKS=5
    28.8 +CT_DOWNLOAD_MAX_CHUNKS=1
    28.9  # CT_ONLY_DOWNLOAD is not set
   28.10  
   28.11  #
    29.1 --- a/samples/powerpc-unknown-linux-uclibc/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
    29.2 +++ b/samples/powerpc-unknown-linux-uclibc/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
    29.3 @@ -37,7 +37,7 @@
    29.4  # CT_PREFER_MIRROR is not set
    29.5  CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/"
    29.6  CT_CONNECT_TIMEOUT=10
    29.7 -CT_DOWNLOAD_MAX_CHUNKS=5
    29.8 +CT_DOWNLOAD_MAX_CHUNKS=1
    29.9  # CT_ONLY_DOWNLOAD is not set
   29.10  
   29.11  #
    30.1 --- a/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
    30.2 +++ b/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
    30.3 @@ -37,7 +37,7 @@
    30.4  # CT_PREFER_MIRROR is not set
    30.5  CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/"
    30.6  CT_CONNECT_TIMEOUT=10
    30.7 -CT_DOWNLOAD_MAX_CHUNKS=5
    30.8 +CT_DOWNLOAD_MAX_CHUNKS=1
    30.9  # CT_ONLY_DOWNLOAD is not set
   30.10  
   30.11  #
    31.1 --- a/samples/powerpc64-unknown-linux-gnu/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
    31.2 +++ b/samples/powerpc64-unknown-linux-gnu/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
    31.3 @@ -37,7 +37,7 @@
    31.4  # CT_PREFER_MIRROR is not set
    31.5  CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/"
    31.6  CT_CONNECT_TIMEOUT=10
    31.7 -CT_DOWNLOAD_MAX_CHUNKS=5
    31.8 +CT_DOWNLOAD_MAX_CHUNKS=1
    31.9  # CT_ONLY_DOWNLOAD is not set
   31.10  
   31.11  #
    32.1 --- a/samples/s390-ibm-linux-gnu/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
    32.2 +++ b/samples/s390-ibm-linux-gnu/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
    32.3 @@ -35,7 +35,7 @@
    32.4  # CT_FORCE_DOWNLOAD is not set
    32.5  # CT_USE_MIRROR is not set
    32.6  CT_CONNECT_TIMEOUT=10
    32.7 -CT_DOWNLOAD_MAX_CHUNKS=5
    32.8 +CT_DOWNLOAD_MAX_CHUNKS=1
    32.9  # CT_ONLY_DOWNLOAD is not set
   32.10  
   32.11  #
    33.1 --- a/samples/s390x-ibm-linux-gnu/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
    33.2 +++ b/samples/s390x-ibm-linux-gnu/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
    33.3 @@ -35,7 +35,7 @@
    33.4  # CT_FORCE_DOWNLOAD is not set
    33.5  # CT_USE_MIRROR is not set
    33.6  CT_CONNECT_TIMEOUT=10
    33.7 -CT_DOWNLOAD_MAX_CHUNKS=5
    33.8 +CT_DOWNLOAD_MAX_CHUNKS=1
    33.9  # CT_ONLY_DOWNLOAD is not set
   33.10  
   33.11  #
    34.1 --- a/samples/sh4-unknown-linux-gnu/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
    34.2 +++ b/samples/sh4-unknown-linux-gnu/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
    34.3 @@ -37,7 +37,7 @@
    34.4  # CT_PREFER_MIRROR is not set
    34.5  CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/"
    34.6  CT_CONNECT_TIMEOUT=10
    34.7 -CT_DOWNLOAD_MAX_CHUNKS=5
    34.8 +CT_DOWNLOAD_MAX_CHUNKS=1
    34.9  # CT_ONLY_DOWNLOAD is not set
   34.10  
   34.11  #
    35.1 --- a/samples/x86_64-unknown-linux-gnu/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
    35.2 +++ b/samples/x86_64-unknown-linux-gnu/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
    35.3 @@ -37,7 +37,7 @@
    35.4  # CT_PREFER_MIRROR is not set
    35.5  CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/"
    35.6  CT_CONNECT_TIMEOUT=10
    35.7 -CT_DOWNLOAD_MAX_CHUNKS=5
    35.8 +CT_DOWNLOAD_MAX_CHUNKS=1
    35.9  # CT_ONLY_DOWNLOAD is not set
   35.10  
   35.11  #
    36.1 --- a/samples/x86_64-unknown-linux-uclibc/crosstool.config	Sat Oct 09 23:28:39 2010 +0200
    36.2 +++ b/samples/x86_64-unknown-linux-uclibc/crosstool.config	Mon Oct 18 21:50:26 2010 +0200
    36.3 @@ -37,7 +37,7 @@
    36.4  # CT_PREFER_MIRROR is not set
    36.5  CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/"
    36.6  CT_CONNECT_TIMEOUT=10
    36.7 -CT_DOWNLOAD_MAX_CHUNKS=5
    36.8 +CT_DOWNLOAD_MAX_CHUNKS=1
    36.9  # CT_ONLY_DOWNLOAD is not set
   36.10  
   36.11  #