Add alternate locations where to retrieve binutils snapshots.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Oct 15 07:29:07 2008 +0000 (2008-10-15)
changeset 9361f0324a7201a
parent 935 e175e3538310
child 937 12e98d88cf09
Add alternate locations where to retrieve binutils snapshots.

/trunk/scripts/build/binutils.sh | 5 3 2 0 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
scripts/build/binutils.sh
     1.1 --- a/scripts/build/binutils.sh	Tue Oct 14 21:30:27 2008 +0000
     1.2 +++ b/scripts/build/binutils.sh	Wed Oct 15 07:29:07 2008 +0000
     1.3 @@ -8,8 +8,9 @@
     1.4  
     1.5  # Download binutils
     1.6  do_binutils_get() {
     1.7 -    CT_GetFile "${CT_BINUTILS_FILE}"    \
     1.8 -               {ftp,http}://{ftp.gnu.org/gnu,ftp.kernel.org/pub/linux/devel}/binutils
     1.9 +    CT_GetFile "${CT_BINUTILS_FILE}"                                                    \
    1.10 +               {ftp,http}://{ftp.gnu.org/gnu,ftp.kernel.org/pub/linux/devel}/binutils   \
    1.11 +               ftp://gcc.gnu.org/pub/binutils/{releases,snapshots}
    1.12  }
    1.13  
    1.14  # Extract binutils