diff options
author | Alexey Neyman <stilor@att.net> | 2017-01-11 16:56:12 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-01-12 23:00:20 -0800 |
commit | fddbf8f99e5e4ca6d38ab89064b7017111031182 (patch) | |
tree | 650507a5a690f7ed707b4d1905040a756c4f6def /scripts/build/libc | |
parent | 01a4bed794d3474df1e1f7ab03aa925b69668fbf (diff) | |
download | crosstool-ng-fddbf8f99e5e4ca6d38ab89064b7017111031182.tar.gz crosstool-ng-fddbf8f99e5e4ca6d38ab89064b7017111031182.tar.bz2 crosstool-ng-fddbf8f99e5e4ca6d38ab89064b7017111031182.zip |
AVR32 support has been retired.
Scripts no longer download avr-headers.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'scripts/build/libc')
-rw-r--r-- | scripts/build/libc/newlib.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/build/libc/newlib.sh b/scripts/build/libc/newlib.sh index e0e42e28..100dc1ab 100644 --- a/scripts/build/libc/newlib.sh +++ b/scripts/build/libc/newlib.sh @@ -5,10 +5,6 @@ # Edited by Martin Lund <mgl@doredevelopment.dk> # -LIBC_NEWLIB_AVR_HDRS_URI="http://www.atmel.com/Images" -LIBC_NEWLIB_AVR_HDRS_BASE="avr-headers-3.2.3.970" -LIBC_NEWLIB_AVR_HDRS_EXT=".zip" - do_libc_get() { local libc_src="{http://mirrors.kernel.org/sourceware/newlib, ftp://sourceware.org/pub/newlib}" |