diff mbox

libc/newlib: update fetch location

Message ID 75ab5151c7f5dc9086e3.1362334313@suse64
State Accepted
Commit fb0aa58be2c5
Headers show

Commit Message

Trevor Woerner March 3, 2013, 6:11 p.m. UTC
# 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>


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

Comments

Yann E. MORIN March 3, 2013, 6:19 p.m. UTC | #1
Trevor, All,

On Sunday 03 March 2013 Trevor Woerner wrote:
> # 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"

Oh... I always have thought these two were the mirror one of the other...
Seems I was wrong.

Thank you, I'll apply shortly.

Regards,
Yann E. MORIN.
Yann E. MORIN March 3, 2013, 6:21 p.m. UTC | #2
Trevor, All,

Your patch:
    libc/newlib: update fetch location

has been applied as: #fb0aa58be2c5
    http://crosstool-ng.org/hg/crosstool-ng/rev/fb0aa58be2c5

Thank you!

Regards,
Yann E. MORIN.



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

Patch

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