summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2013-03-03 18:10:51 (GMT)
committerTrevor Woerner <twoerner@gmail.com>2013-03-03 18:10:51 (GMT)
commit38a4afc266cbe51e95d8590892965cf61f4c2932 (patch)
tree035ab608781888f0f263d0e51000d901dd1ead93
parent3342dd74da7ba3708d4339b9e42b495daf59cf5c (diff)
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.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/libc/newlib.sh b/scripts/build/libc/newlib.sh
index d074eea..fe15fe5 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