summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-01-12 00:56:12 (GMT)
committerAlexey Neyman <stilor@att.net>2017-01-13 07:00:20 (GMT)
commitfddbf8f99e5e4ca6d38ab89064b7017111031182 (patch)
tree650507a5a690f7ed707b4d1905040a756c4f6def /scripts
parent01a4bed794d3474df1e1f7ab03aa925b69668fbf (diff)
AVR32 support has been retired.
Scripts no longer download avr-headers. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/libc/newlib.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/build/libc/newlib.sh b/scripts/build/libc/newlib.sh
index e0e42e2..100dc1a 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}"