This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] libc/newlib: update fetch location


# HG changeset patch
# User Trevor Woerner <twoerner@gmail.com>
# Date 1362334251 18000
# Node ID 75ab5151c7f5dc9086e3ebaf9c2eedec36cdce2f
# Parent  f89f8e6f876679184acb66ea642e42c9e7cf2f44
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>

diff -r f89f8e6f8766 -r 75ab5151c7f5 scripts/build/libc/newlib.sh
--- a/scripts/build/libc/newlib.sh	Mon Feb 25 21:19:31 2013 +0100
+++ b/scripts/build/libc/newlib.sh	Sun Mar 03 13:10:51 2013 -0500
@@ -9,7 +9,7 @@
     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

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]