mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
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
This commit is contained in:
parent
3342dd74da
commit
38a4afc266
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user