scripts/build/libc_glibc.sh
branch1.1
changeset 590 3ea90d5be95c
parent 482 88abdac040ef
child 496 f31cc6a00472
     1.1 --- a/scripts/build/libc_glibc.sh	Fri May 02 22:47:43 2008 +0000
     1.2 +++ b/scripts/build/libc_glibc.sh	Fri Jun 20 06:10:08 2008 +0000
     1.3 @@ -17,13 +17,13 @@
     1.4      # Ah! Not all GNU folks seem stupid. All glibc releases are in the same
     1.5      # directory. Good. Alas, there is no snapshot there. I'll deal with them
     1.6      # later on... :-/
     1.7 -    CT_GetFile "${CT_LIBC_FILE}" ftp://ftp.gnu.org/gnu/glibc
     1.8 +    CT_GetFile "${CT_LIBC_FILE}" {ftp,http}://ftp.gnu.org/gnu/glibc
     1.9  
    1.10      # C library addons
    1.11      for addon in `do_libc_add_ons_list " "`; do
    1.12          # NPTL addon is not to be downloaded, in any case
    1.13          [ "${addon}" = "nptl" ] && continue || true
    1.14 -        CT_GetFile "${CT_LIBC}-${addon}-${CT_LIBC_VERSION}" ftp://ftp.gnu.org/gnu/glibc
    1.15 +        CT_GetFile "${CT_LIBC}-${addon}-${CT_LIBC_VERSION}" {ftp,http}://ftp.gnu.org/gnu/glibc
    1.16      done
    1.17  
    1.18      return 0