libc/newlib: update fetch location
authorTrevor Woerner <twoerner@gmail.com>
Sun Mar 03 13:10:51 2013 -0500 (2013-03-03)
changeset 3186fb0aa58be2c5
parent 3185 f89f8e6f8766
child 3187 575a6f1d3b52
libc/newlib: update fetch location

The menu system provides an option to allow a user to request newlib
version 2.0.0. newlib-2.0.0, however, is not available at the download
location currently being used. It is, however, available (as are other
supported versions of newlib) at an alternate location.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Message-Id: <75ab5151c7f5dc9086e3.1362334313@suse64>
Patchwork-Id: 224561
scripts/build/libc/newlib.sh
     1.1 --- a/scripts/build/libc/newlib.sh	Mon Feb 25 21:19:31 2013 +0100
     1.2 +++ b/scripts/build/libc/newlib.sh	Sun Mar 03 13:10:51 2013 -0500
     1.3 @@ -9,7 +9,7 @@
     1.4      local libc_src
     1.5      local avr32headers_src
     1.6  
     1.7 -    libc_src="ftp://sources.redhat.com/pub/newlib"
     1.8 +    libc_src="ftp://sourceware.org/pub/newlib"
     1.9      avr32headers_src="http://dev.doredevelopment.dk/avr32-toolchain/sources"
    1.10  
    1.11      if [ "${CT_LIBC_NEWLIB_CUSTOM}" = "y" ]; then