summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/libc/avr-libc.in5
-rw-r--r--samples/avr/crosstool.config2
-rw-r--r--samples/avr/reported.by2
3 files changed, 6 insertions, 3 deletions
diff --git a/config/libc/avr-libc.in b/config/libc/avr-libc.in
index f08acb3..2b8d891 100644
--- a/config/libc/avr-libc.in
+++ b/config/libc/avr-libc.in
@@ -49,6 +49,10 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config LIBC_AVR_LIBC_V_2_0_0
+ bool
+ prompt "2.0.0"
+
config LIBC_AVR_LIBC_V_1_8_1
bool
prompt "1.8.1"
@@ -63,6 +67,7 @@ config LIBC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "2.0.0" if LIBC_AVR_LIBC_V_2_0_0
default "1.8.1" if LIBC_AVR_LIBC_V_1_8_1
default "1.8.0" if LIBC_AVR_LIBC_V_1_8_0
diff --git a/samples/avr/crosstool.config b/samples/avr/crosstool.config
index ffb624d..3fc0344 100644
--- a/samples/avr/crosstool.config
+++ b/samples/avr/crosstool.config
@@ -2,7 +2,5 @@ CT_LOCAL_TARBALLS_DIR="${HOME}/src"
CT_SAVE_TARBALLS=y
CT_LOG_EXTRA=y
CT_ARCH_avr=y
-CT_CC_GCC_V_4_9_3=y
CT_CC_LANG_CXX=y
CT_DEBUG_gdb=y
-CT_CLOOG_V_0_18_1=y
diff --git a/samples/avr/reported.by b/samples/avr/reported.by
index 512ed20..da51fee 100644
--- a/samples/avr/reported.by
+++ b/samples/avr/reported.by
@@ -1,3 +1,3 @@
reporter_name="Erico Nunes"
reporter_url="https://github.com/enunes"
-reporter_comment="EXPERIMENTAL AVR 8-bit toolchain"
+reporter_comment="AVR 8-bit toolchain"