diff -r 9cd8ee461fd0 -r ac3e215141a1 scripts/build/libc/newlib.sh --- a/scripts/build/libc/newlib.sh Sat Oct 23 01:21:20 2010 +0200 +++ b/scripts/build/libc/newlib.sh Tue Nov 16 10:00:27 2010 +0100 @@ -16,14 +16,10 @@ do_libc_get() { local libc_src local avr32headers_src - local save_chunks libc_src="ftp://sources.redhat.com/pub/newlib" avr32headers_src="http://dev.doredevelopment.dk/avr32-toolchain/sources" - save_chunks="${CT_DOWNLOAD_MAX_CHUNKS}" - CT_DOWNLOAD_MAX_CHUNKS=1 - if [ -z "${CT_LIBC_NEWLIB_CVS}" ]; then CT_GetFile "newlib-${CT_LIBC_VERSION}" ${libc_src} else @@ -37,8 +33,6 @@ if [ "${CT_ATMEL_AVR32_HEADERS}" = "y" ]; then CT_GetFile "avr32headers" ${avr32headers_src} fi - - CT_DOWNLOAD_MAX_CHUNKS="${save_chunks}" } do_libc_extract() {