diff options
author | Trevor Woerner <twoerner@gmail.com> | 2013-03-03 13:10:51 -0500 |
---|---|---|
committer | Trevor Woerner <twoerner@gmail.com> | 2013-03-03 13:10:51 -0500 |
commit | 38a4afc266cbe51e95d8590892965cf61f4c2932 (patch) | |
tree | 035ab608781888f0f263d0e51000d901dd1ead93 | |
parent | 3342dd74da7ba3708d4339b9e42b495daf59cf5c (diff) | |
download | crosstool-ng-38a4afc266cbe51e95d8590892965cf61f4c2932.tar.gz crosstool-ng-38a4afc266cbe51e95d8590892965cf61f4c2932.tar.bz2 crosstool-ng-38a4afc266cbe51e95d8590892965cf61f4c2932.zip |
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
-rw-r--r-- | scripts/build/libc/newlib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/libc/newlib.sh b/scripts/build/libc/newlib.sh index d074eeab..fe15fe51 100644 --- a/scripts/build/libc/newlib.sh +++ b/scripts/build/libc/newlib.sh @@ -9,7 +9,7 @@ do_libc_get() { local libc_src local avr32headers_src - libc_src="ftp://sources.redhat.com/pub/newlib" + libc_src="ftp://sourceware.org/pub/newlib" avr32headers_src="http://dev.doredevelopment.dk/avr32-toolchain/sources" if [ "${CT_LIBC_NEWLIB_CUSTOM}" = "y" ]; then |